FizzBuzz: A Coding Project
When it counts you Fizz Buzz. A javascript coding exercise using loops. Write a program that prints the numbers from 1 to 100. For multiples of '3' display the word "Fizz" instead of the number, for multiples of '5' display "Buzz," and for multiples of both display "FizzBuzz."
Instructions
Enter a fizz and buzz value, and press the 'Start FizzBuzz' button to see the results.