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 "Fizz" instead of the number and for the multiples of '5' display "Buzz". If a multiple of both display "FizzBuzz".
Instructions
Enter a Fizz and a Buzz value. Press the button and the values will appear.