How to Loop Through an Array in JavaScript
Video version of this post: In JavaScript, there’s a helpful way to access every item that’s in an Array and it’s called a for in loop. It has the functionality, by default to go through and only run however many times there are items in …