Weaves two arrays together (combine, join, merge)
summary (oneliner)
doc
issues
youtube id
caniuse query
collections
Inputs
Array 1 (Array)
The first array
Array 2 (Array)
The second array
Chunk Size (Number)
How many elements will be used from each array in a chunk, e.g. when set to 1
the resulting array will contain one element from Array 1
, one from Array 2
, then one from Array 1
again and so on
Outputs
Combined Array (Array)
The combined (weaved) array