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.
Thanks! just reailzed what i did wrong
fixed
the array may contain
null
values in JavaUmm I cant see if others have marked this as an issue because I can't complete the kata, but in java whenever atempting to complete the challenge I got this error code, "java.lang.Boolean.booleanValue()" because "[]" is null
This comment is hidden because it contains spoiler information about the solution
(OP was referring to the initial code, which would not compile) Fixed.
the return statment should have a semi colon: (in java) INCREDABLY minor issue.