- sudo apt-get install npm nodejs-legacy
- print out the number if neither multiple of 3 nor 5
- print out "Fizz" if the integer is a multiple of 3
- print out "Buzz" if the integer is a multiple of 5
- print "FizzBuzz" if the integer is a multiple of 3 and 5
May the force be with you