Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
"Multiple" is misspelled as "mulitple" in the first sentence.
The instructions should list the desired results in order of precedence:
Make a function that takes an integer and returns
"Fang" if it is a multiple of 49 AND 3,
"Fizz" if it is a multiple of 7,
"Foo" if it is a multiple of 15,
and "Far" if it is not divisible by any of those.