FIZZBUZZ: A Coding Project
When it counts, you FizzBuzz! A javascript coding exercise using loops. Write a program that prints the numebrs from 1 to 100 and for multiples of '3', display "Fizz" instead of the number. For multiples of 5, display "Buzz". For multiples of '3' and '5', display "FizzBuzz".
Instructions
Enter a fizz and buzz value. Press the button and the values will appear.