Fizz, B: A Coding Challenge

This applet is a JavaScript coding challenge that focuses on loops. The object is to display the numbers in a specified range and replace and stylize all numbers in that range that are divisible by the specified divisors.

Instructions

Enter values for 'Fizz', 'Buzz', Start, and Stop (the defaults are 3, 5, 1, and 100). Press the button, and the numbers will appear on the page below.

Limits to be aware of:

  • Start value must be greater than 0.
  • Stop value must be 3,000 or less.
  • Start value must not be more than the end value.
Enter Values:

Results