WDV221 Intro Javascript

Unit-8 Loops Assignment

Instructions:

Please complete the following exercises using JavaScript loops as indicated. Please place your code on this page. Use runtime scripts unless told otherwise.

1. Create a WHILE loop that will print out the numbers 0 to 4 each on a seperate line.

2. Create a FOR loop that will print out the numbers 4 to 0 each on a seperate line.

3. Create a loop that will print 1 to 5 each in its own paragraph element.

4. Create a loop that will print out the following numbers (5,10,15,20,25...) until one is greater than 40.

5. Create a loop that will print out 6 of the following messages (Option 1, Option 2, Option 3, etc. ) as options within the drop down menu below.