MonkonDMT
@monkonacid
·
"FizzBuzz" Exercise
FizzBuzz _________ Write a program that uses console.log to print all the numbers from 1 to 100, with two exceptions. For numbers divisible by 3, print "Fizz" instead of the number, and for numbers d…