Closed yw662 closed 3 weeks ago
First, this proposal is Stage 2.7 so we're no longer making any changes of this sort.
Second, this doesn't seem much better than the alternative
for (const [f, b] of Iterator.zip(foo, bar)) {
console.log(f + b) // 5, 7, 9
}
Like this: