100 STEPS: A Coding Project
One step, one loop at a time. A Javascript coding exercise using loops to display the numbers 1 to 100. Display the even numbers in bold.
Instructions
Enter a starting and ending value. Press the button and the values will appear. Include at least two numerals in the starting value to view results. Example: 04
BONUS! Can you find the minimum and
maximum numbers in the range?
(Hint- explore numbers outside the given range, hints will
appear!)