arrayMap

arrayMap

> Functions

Returns a new array containing for each value of the source array array, the value returned by the callback function.

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

Parameters
Return
Notes