31 Oct 2013 FizzBuzz Code Golf in JavaScript The FizzBuzz problem is defined as: For the numbers 1 to 100, print "fizzbuzz" if the number is divisible by 3 and 5, "fizz" if it's...