FizzBuzz: A Coding Challenge

Given a Fizz, Buzz and Stop Value, when a number is divisible by the first value, display "Fizz" instead. When a number is divisible by the second value, display "Buzz" instead. When a number is divisible by both values, display "FizzBuzz".

Instructions

Enter a Fizz, Buzz and Stop Value. Press the button to see the numbers appear on the page!

Enter Values:

Results