Fizz Buzz JavaScript: A Coding Project

This Application will consider the two numbers entered and for each number between 1 and 100. It will print Fizz for the numbers that are divisible by the first number. Buzz will be printed for the numbers divisible by the second number. FizzBuzz will be printed if divisible by both. The Program will output a number if both numbers are not divisilbe by either.

Instructions

Enter A Starting Value And A Ending Value. Press The Button And The Values Will Appear

Enter Values

Results