Are you still not using Iterator instance methods? ✨
They work like array methods — without creating intermediate arrays.
✨ map(), filter(), reduce()
✨ drop(), take(), flatMap()
Chain them on any iterator. Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator#instance_methods
