Iterator Helpers
Iterator helpers are exposed by defining new methods on the Iterator
object's prototype
. These methods align with many functional programming methods you're used to using, such as map
, filter
, reduce
, and other similar methods.