FIZZ BUZZ: A Coding Project
When it counts you Fizz Buzz. A Javascript coding exercise using loops.
Write a program that prints the numbers 1 to 100. Multiples of '3' replaces the number with 'Fizz' and multiples of '5' display 'Buzz'.
Instructions
Enter a Fizz and Buzz value. Press the "Buzz it!" button to view the values!