A JavaScript exercise displaying the power of loops and conditionals. Write a program that displays the numbers 0-100, for numbers with a multiple of 3 display "fizz", for numbers with a multiple of 5 display "buzz" and for numbers with multiples of both 3 and 5, display "fizzbuzz".