FIZZ BUZZ

A JavaScript coding program that prints the numbers from 1 to 100 and displays multiples of '3' as "Fizz", multiples of '5' as "Buzz", and then multiples of both '3' and '5' as "FizzBuzz".

Instructions

Enter a fizz and a buzz value. Press the button and the values will appear.

Enter Values

Results