As the quintessential JavaScript interview question, this coding exercise
loops through and displays numbers 1 to 100. Numbers divisible by
user input, "Fizz" are replaced by the word,
"Fizz" . Numbers divisible by user input,"Buzz" are
replaced by the word, "Buzz".
When a number is divisible by both "Fizz" AND
"Buzz" it is replaced by the word,
"FizzBuzz".