Home & blog

Tag: itereators

JavaScript iterators and iterables

1 May 2018 itereators

In this article I'll be taking a look at JavaScript iterables, iterators, and the two protocols that govern them. Iterators control how an object can be iterated over, while an iterable can be fed to constructs such as for-of or spread syntax.