.JS FIZZ BUZZ

A Coding Project

As the quintessential JavaScript question, this coding exercise loops through and displays numbers 1 to 100. Numbers divisible by user input, "Fizz" are replaced by the word, "Fizz" . Numbers divisible by user input,"Buzz" are replaced by the word, "Buzz". When a number is divisible by both "Fizz" AND "Buzz" it is replaced by the word, "FizzBuzz".

Instructions

Enter a "Fizz" value and "buzz" value. Press the button. See your results!

Enter Numbers

Fizz

Buzz

Results