<CODING /> Energy in a Can
Write a program that prints the numbers from 1 to 100. The game traditionally is played by calling multiples of 3 “Fizz", and calling multiples of 5 “Buzz”. Numbers which are multiples of both 3 and 5 are called “FizzBuzz”. This coding challenge allows users to change the Fizz and Buzz variables to find other multiples. It also allows users to change the range to something other than 1 to 100.
This program was made using JavaScript, jQuery, HTML, CSS, and Bootstrap 4.