Fizz Buzz
Write a script that displays the numbers from 1 to 100 in the console (both included and with a line break between each print), substituting the following:
- Multiples of 3 for the word fizz.
- Multiples of 5 for the word buzz.
- Multiples of 3 and 5 at the same time for the word fizzbuzz.