reading-notes

Operators and Loops

What is an expression in JavaScript

Why would we use a loop in our code?

When does a for loop stop executing?

How many times will a while loop execute?

My own notes