FIZZ BUZZ:
A Coding Challenge
Using Javascript, I created the classic FizzBuzz challenge.
Instructions
Pick a Fizz and Buzz value. Any number divisible by Fizz Value will generate 'Fizz'. Any number divisible by Buzz Value will generate 'Buzz'. If any generated number is divisible by both, you will see FizzBuzz. You can also select your End Number, which is 25 by default.