You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
Write `classify(n)` that returns `'FizzBuzz'` when n divides by both 3 and 5, `'Fizz'` for 3, `'Buzz'` for 5, and the number as a string otherwise.
What this proves: Order conditional branches from most specific to least specific.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.