Originating from Jeff Atwood's "Why programmers can't program blog post". This has turned into quite a common Javascript interview question, and I didn't any functional solutions that I liked so this ...
This is a simple javaScript program that prints numbers form 1 to 100 with the following rules: if a number is divisible by 3, it prints "fizz" if a number is divisible by 5, it prints "buzz" if a ...