A JavaScript coding exercise using loops, functions, booleans, and conditional
statements.
This program loops through 1 to 100, displays "Fizz" if the number is divisible by 3, "Buzz" if
divisible by 5, "FizzBuzz" if divisible by both 3 and 5, or simply
the number if none of these conditions are met.