JS: ECMAScript 2025
Iterator helpers
now many useful array methods can be used on Iterable Object directly, no need to convert to array first.
- JS: Iterator.prototype.map
- JS: Iterator.prototype.forEach
- JS: Iterator.prototype.filter
- JS: Iterator.prototype.every
- JS: Iterator.prototype.some
- JS: Iterator.prototype.find