Summary: Loops in JavaScript
Review what we learned about loops in JavaScript.
We'll cover the following...
Key points
- A loop is a block of code that runs over and over again until a certain condition is met.
- An infinite loop is a loop that never stops, because it’s impossible