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.
Project 3: Identity by Numbers