ECMAScript proposal: iterator helpers
Briefly

In this blog post, we look at the ECMAScript proposal "Iterator helpers" by Gus Caplan, Michael Ficarra, Adam Vandolder, Jason Orendorff, Kevin Gibbons, and Yulia Startsev.It provides utility methods for working with iterable data: .map(),.filter(),etc.The style of the proposed API clashes with the style of the current iteration API.
Read at 2ality
[
add
]
[
|
|
]