FIZZ BUZZ: A Coding Project

Fizz Buzz, a javascript coding exercise using loops. Write a program that prints the numbers from 1 to 100 and 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 your own fizz and buzz value. Press the button and the values will appear.

Enter Values

Results