zip()

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

This function is valid in v2.7.0 to v2.22.1. This function has been downloaded 27 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.