FizzBuzz: A Coding Project
When it counts, you FizzBuzz. A JavaScript coding exercise using loops. This program prints the numbers from 1 to 100 and for multiples of '3' displays "Fizz" and for multiples of '5' displays "Buzz". If the number is a multiple of both then it displays"FizzBuzz".
Instructions:
Enter a value for your Fizz and Buzz numbers. Press the button and the results will appear