Lab 13 - Loops

Challenge

In this lab, we are getting familiar with loops.

Problems

I didn't really have any problems with this lab, but in trying to do the bonus task, I kept forgetting to get the values of the input so I kept getting undefined values. I also referenced Wes' code for the input structure. Everything was really straightforward and because of the lecture, it was much easier.

Results

I have a Lab 13 index.html file that is styled with CSS and I have a JavaScript file that takes the input and outputs a range of numbers and text using loops.

Script Output


Factor Word

Here is my JavaScript file.