### Specification - https://tc39.es/ecma262/#sec-iterator.zip - https://tc39.es/ecma262/#sec-iterator.zipkeyed - https://github.com/tc39/ecma262/pull/3802 - https://tc39.es/proposal-joint-iteration/#sec-IteratorZip ### Description From https://github.com/tc39/proposal-joint-iteration: > takes an iterable of iterables and produces an iterable of arrays where position corresponds to position in the passed iterable We'll need to find a way to say this doesn't cause semantic satiation on "iterable." ### Documentation - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/zip - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/zipKeyed ### Browser support BCD: ``` javascript.builtins.Iterator.zip javascript.builtins.Iterator.zipKeyed ``` Shipped in Firefox at least.
Specification
Description
From https://github.com/tc39/proposal-joint-iteration:
We'll need to find a way to say this doesn't cause semantic satiation on "iterable."
Documentation
Browser support
BCD:
Shipped in Firefox at least.