ECMAScript proposal: iterator helpers

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 introduces utility methods for working with iterable data: .map(), .filter()…


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer

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 introduces utility methods for working with iterable data: .map(), .filter(), .take(), etc.

The style of the proposed API clashes with the style of the current iteration API. We’ll explore how we can fix that.


This content originally appeared on 2ality – JavaScript and more and was authored by Dr. Axel Rauschmayer


Print Share Comment Cite Upload Translate Updates
APA

Dr. Axel Rauschmayer | Sciencx (2022-12-09T00:00:00+00:00) ECMAScript proposal: iterator helpers. Retrieved from https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/

MLA
" » ECMAScript proposal: iterator helpers." Dr. Axel Rauschmayer | Sciencx - Friday December 9, 2022, https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/
HARVARD
Dr. Axel Rauschmayer | Sciencx Friday December 9, 2022 » ECMAScript proposal: iterator helpers., viewed ,<https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/>
VANCOUVER
Dr. Axel Rauschmayer | Sciencx - » ECMAScript proposal: iterator helpers. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/
CHICAGO
" » ECMAScript proposal: iterator helpers." Dr. Axel Rauschmayer | Sciencx - Accessed . https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/
IEEE
" » ECMAScript proposal: iterator helpers." Dr. Axel Rauschmayer | Sciencx [Online]. Available: https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/. [Accessed: ]
rf:citation
» ECMAScript proposal: iterator helpers | Dr. Axel Rauschmayer | Sciencx | https://www.scien.cx/2022/12/09/ecmascript-proposal-iterator-helpers/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.