Fully renamed and updated everything, tagged, built
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
### Array zip
|
||||
### zip
|
||||
|
||||
Creates an array of elements, grouped based on the position in the original arrays.
|
||||
|
||||
Use `Math.max.apply()` to get the longest array in the arguments.
|
||||
Creates an array with that length as return value and use `Array.from()` with a map-function to create an array of grouped elements.
|
||||
|
||||
Reference in New Issue
Block a user