Assignment 020
For Loops
Another useful programming structure is the loop. JavaScript provides several ways to repeat commands easily. Let's start with the for loop.
This is loop item 1
This is loop item 2
This is loop item 3
This is loop item 4
This is loop item 5
This is loop item 6
This is loop item 7
This is loop item 8
This is loop item 9
This is loop item 10
This is loop item 2
This is loop item 3
This is loop item 4
This is loop item 5
This is loop item 6
This is loop item 7
This is loop item 8
This is loop item 9
This is loop item 10