When it counts, you Fizz Buzz. A JavaScript coding exercise using
loops. Write a program that prints the numbers from 1 to 100. For
the multiples of 3 display
"Fizz" instead of the number. For the multiples
of 5 display "Buzz". And for the multiples of
both 3 and 5 display "FizzBuzz"!