interview

A collection of command line tools for snarky answers to generic interview questions

node-fizzbuzz

Command-line function that prints the numbers from 1 to N. For multiples of three it prints “Fizz” instead of the number and for the multiples of five it prints “Buzz”. For numbers which are multiples of both three and five it prints “FizzBuzz