Michael Feathers, Working Effectively with Legacy Code
“To me, legacy code is simply code without tests.”

Write a function that returns the number it was given or Fizz if it is multiple of 3, Buzz if it is multiple of 5 or FizzBuzz if it is multiple of both.
fizzBuzz