FIZZBUZZ:
A Coding Project
When it counts, you FIZZBUZZ!
A JavaScript coding exercise using loops.
Writing a program that prints the numbers from 1 to 100 and for multiples of
'3' display "FIZZ",
while multiples of '5' display "BUZZ". If the number is a multiple of both, we then display
"FIZZBUZZ"!
Instructions
Enter your own values for Fizz and Buzz! Press the button to display your FizzBuzz values!