News

Lets put this analogy to use and begin working with some logic, making our code dynamic and interactive. In this lesson, we'll learn about loops in JavaScript and how to control the flow of our code!
The most common use for a loop in JavaScript is to loop over values in an Array. Arrays are meant for storing lists of items, and we often have a need to display those list items in different ways.