Custom Object Iterators in JavaScript
Imagine that you have an object in JavaScript that maintains a list of items, and you want the object itself to be iterable, but the object also has other important properties - such as metadata about the list of items.
read more
Custom Object Iterators in JavaScript