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.
I am not sure if 0 is a multiplyer of any Number. Sorry I am not good at Math.
So should multiples(0) retrun "Fang" or “Far”?
Maybe add this case.
Directions are not clear if the code should return multiple values if the input number meets multiple criteria. For instance 147 is divisible by 49 and 3 as well as 7, so returning "FangFizz" would be the correct answer if returning multiple values. The author should also include several input -> output examples in the description.