Fizz Buzz: A Coding Project
When it counts you Fizz Buzz, A JavaScript Coding challenge. A program that prints the numbers from 1 to 100 and for multiples of 'Fizz Value' display "Fizz" instead of the number and for the multiples of 'Buzz Value' display "Buzz". if a multiple of both display "FizzBuzz".
Instructions
Enter a fizz and a buzz value. Press the button and the values will appear.