Loops - working with Arrays and Objects in JavaScript

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