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 multiples of "3" display "Fizz" instead of the number. For multiples of "5" display "Buzz". If the number is a multiple of both, display "Fizz Buzz".

Instructions

Enter a Fizz and Buzz value. Press the button and the values will appear.


Results