FizzBuzz
A JavaScript coding challenge
Display numbers between 1 to 100. For every multiple of 3 display "Fizz" instead of the number. For every multiple of 5 display "Buzz" instead of the number. For every multiple of 15 display both, making "FizzBuzz". This app has been changed to allow custom divisors to be used.
Instructions
Enter a "Fizz" and a "Buzz" value, or leave as default, then press the "GO!" button.