Fizz Buzz - 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 the multiples of 3 display "Fizz" instead of the number. For the multiples of 5 display "Buzz". And for the multiples of both 3 and 5 display "FizzBuzz"!

Instructions

Choose values for Fizz and Buzz. Then click the button to see the results!

Enter Fizz Buzz Values

Fizz Buzz