General Assembly Logo

JavaScript Loops

Objectives

By the end of this, developers should be able to:

  • Define a for loop
  • Define a while loop
  • Iterate over a range of numbers using loops

Preparation

  1. Fork and clone this repository
  2. Create a new branch, training, for your work and change into it.

# JS Loops