FizzBuzz: A Coding Exercise

What's with all the Fizzy Buzzness? A JavaScript exercise using loops and boolean logic. The app prints numbers 1 through 100, however, multiples of 3 will display FIZZ while multiples of 5 will display BUZZ. Multiples of both 3 and 5 will display FIZZBUZZ.


Instructions

Enter your own FIZZ and BUZZ values or feel free to use the defaults. When ready, hit 'FizzBuzz!' and see your results.

Results