Week 9

Iteration II – List Processing

Intro

While looping a fixed number of times can be useful, iteration really comes into its own when paired with lists of data. This week we’ll learn to construct loops using Arrays and for…of syntax. We’ll also revisit Objects and see how they can also be iterated over, on the basis of either their keys or their values.

Sync Up

Activities

Project 3: Identity by Numbers