Fizz Buzz App

When it counts you fizz buzz. A javascript coding exercise using loops. Write a program that prints the number from 1 to 100 if it's multiple of "3" display "Fizz" and if it's multiple of "5" display "Buzz". If it's mutltiple of both display "FizzBuzz".

Instructions

Enter a fizz and buzz value. Press the Fizz Buzz it button and the values will appear!

Enter A Fizz Number

Enter a Buzz Number

Results