you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago*

The old methods on Array will eagerly evaluate all elements. But JS has a new Iterator type with methods that works lazily instead.

  • source
  • parent