arrayFilter

arrayFilter

> Functions

Returns a new list containing all values from the source list array for which the callback function returned a value equivalent to true.

The callback function takes 1 to 3 parameters in this order: (value, position, source list).

Example :

Parameters
Return
Note