Look at loops.js to see two ways of iterating through Arrays (for..of and forEach(), as well as iterating through keys in an Object with ,for..in
for..of
forEach()
for..in