Iterables are iterable objects (like Arrays).
Iterables can be accessed with simple and efficient code.
Iterables can be iterated over with for..of
loops
The For Of Loop
The JavaScript for..of
statement loops through the elements of an iterable object. Continue reading JavaScript Iterables