FizzBuzz: A Coding Project
A JavaScript coding exercise using loops, and boolean logic. Write a program that displays Fizz for numbers multiple of 3 and display Buzz for numbers multiple of 5. If the number is multiple of 3 and 5 display FizzBuzz with a background color of orange.
Instruction
Enter a starting value and an ending value. Press the Button!