Web platform features explorer

Iterator methods

Newly available since 2025-03-31
Tags: javascript Groups: JavaScript > Iterators

The Iterator object is an abstract base for objects that implement the iterator protocol. It provides methods common to built-in iterators, such as filter(), find(), map(), and reduce(). You can also use the static method Iterator.from() to convert an existing iterable into an Iterator.

Learning resources on MDN

Browser support

Usage (according to Chrome Platform Status)

~1.009% of page loads. More data at chromestatus.

Specifications