Search⌘ K

Consuming Iterables

Explore how to consume iterable objects in JavaScript ES6 using language constructs like the for-of loop and spread operator. Understand how these tools help you work with dynamic iterable data effectively and prepare to learn about other data consumers in later lessons.

We'll cover the following...

Both the for-of loop and the spread operator can be used to perform ...