When it counts you Fizz Buzz. A javascript coding exercise using loops.
This is a project that prints the numbers from 1 to 100, and for multiples of '3' displays
"Fizz"
instead of the number, and for multiples of '5' displays "Buzz". If it's a multiple of both it
displays "FizzBuzz".
Instructions
Enter a fizz and a buzz value. Press the button and the values
will appear.