FIZZ BUZZ: A Coding Project

Fizz Buzz is a JavaScript project that loops from 1 to 100 and when the number is divisible by three it prints Fizz and when it is divisible by five it prints Buzz. If the number is divisible by both numbers it prints FizzBuzz.

Instructions

Just click the FizzBuzz button to watch it go. If you want to see it Fizz and Buzz on a different set of numbers change the values in the boxes.

Results