zip()

Takes one or more arrays and does a kind of matrix inverse option on them.

This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 33 times.

Parameter

{…Array} array
One or more arrays whose array items will be used to create the returned array.

Returns

{Array}
An array of arrays where the first array contains the first item of each array and the second array contains the second item of each array and so on.

Required Function

This function directly requires the following function which is included automatically:

  • everyWhere()
    Determines whether a specific test passes for all of the items in an array.