/Fizz-Buzz

Fizz Buzz by Baidem

Primary LanguageJavaScript

Print integers 1 to N, but print “Fizz” if an integer is divisible by 3, “Buzz” if an integer is divisible by 5, and “FizzBuzz” if an integer is divisible by both 3 and 5.