Fizz Buzz



Enter a number between 1 & 100 in the "text-field" and press "Let's Fizz"


For multiples of three "Lets Fizz" will print “Fizz” instead of the number and for the multiples of five it will print “Buzz”. For numbers which are multiples of both three and five it will print “FizzBuzz”."


Uh-Oh, we dont like "Decimals" around here!