Built-in Iterables
built-in iterables explained using examples
We'll cover the following...
You have seen four examples for built-in iterables among the previous lessons:
- Arrays are iterables, and work well with the
for-of
loop. - Strings