☝️🤓 MDN says[0] about Iterator.zip: "To zip strings, convert them to iterators using Iterator.from()”, but what Iterator.zip() _really_ wants is iterable _objects_… and this TECHNICALLY includes string objects, just in case you're looking for a use case for these guys. Too bad this means you can't slap Symbol.Iterator onto Number.prototype and zip 42 or something. Today's #JavaScript features are way too reasonable for my taste!
[0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/zip