Write a program that prints the numbers from 1 to 100.

But for multiples of the first number you enter, it'll print “Fizz.” For the multiples of the second number you enter, print “Buzz.” For numbers which are multiples of both numbers you enter, print “FizzBuzz.” This program was made using JavaScript, HTML, CSS, and Bootstrap 4

Check it Out