Community Picks
Read post

Iterator helpers · V8

Iterator helpers are a collection of new methods on Iterator prototype that help in general use of iterators. They include map, filter, take, drop, flatMap, reduce, toArray, forEach, some, every, and find. These helpers are shipped in V8 v12.2.

    #javascript#v8
Mar 29, 2024•5m read time•From v8.dev
Post cover image
Table of contents
.map(mapperFn) #.filter(filtererFn) #.take(limit) #.drop(limit) #.flatMap(mapperFn) #.reduce(reducer [, initialValue ]) #.toArray() #.forEach(fn) #.some(fn) #.every(fn) #.find(fn) #Iterator.from(object) #Availability #Import attribute support #
17 Impressions
Community Picks's image
Community Picks

Community Picks is a section on daily.dev where our community members share the most interesting and...

9.9K Followers

•

336.5K Upvotes

anjapcodes's user avatar
Anja P
@anjapcodes
Joined Nov 5. 2022
51.1K

< Self-taught front-end developer + coding bootcamp grad, tech enthusiast + design lover + poet />

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard