block by joyrexus 58eed6f2d835564caa13

js zip function

A zip function in javascript using .reduce.

See Tom MacWright’s post making juice with reduce / foldl.

See also _.zip and d3.zip for alternative implementations and sample usage.

zip.js