JS FIZZBUZZ:
A Coding Project

A javascript coding exercise. Using a loop and if statments, design a program that displays one to one-hundred with multiples of '3' displaying "Fizz", multiples of '5' displaying "Buzz" and mutiples of both displaying "FizzBuzz". Finally, multiples of neither indicated by "Not divisible by 3 or 5".

Instructions

Enter a Starting range value (e.g., 1) and an Ending range value (e.g., 100). Press the "Run Code" button and the javascript code will generate the range values.

Enter Values:

Results: