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.
Although the code should still pass in most cases, line 1 of the description example code block has an extra and unnecessary trailing comma:
isDivisible(6,1,3,)--> true because 6 is divisible by 1 and 3
Clever use of the
alphabet
variable. Nice.