Just Fizz!
You should write a function that will receive a positive integer and return: "Fizz" if the number is divisible by 3 (3, 6, 9 ...) otherwise convert the given number to a string (2 -> "2").
...
You should be an authorized user in order to see the full description and start solving this mission.