Skip to main content

Modern JavaScript Tricks

Iterators & Generators

0:00
LearnStep 1/4

Iterator Protocol

Iterators

Objects with next() returning { value, done }.