A collection of command line tools for snarky answers to generic interview questions
Displays the famous FizzBuzz series between the provided range
Simple fizzbuzz implementation, to learn node, npm, etc.
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