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.
Ok, edited as it makes more sense :)
I fear you cannot do it yet (in time, with enough points, you can); but I can and would like to, not to mention I have already written to both admins and other power users about this.
This comment is hidden because it contains spoiler information about the solution
Didn't notice the language, fixed some sentence.
And I don't know: I can edit the kata to behave as it usually should do with empty arrays, but that would invalidate 300+ solutions.
Any more ideas on this issue?
This comment is hidden because it contains spoiler information about the solution
I agree with CIS 122 on this one.
I disagree with this test:
Test.expect(![].all(isGreaterThanZero), 'An empty array has not all elements greater than zero');
All elements return true for isGreaterThanZero since no elements return false.
Added your suggested test cases, thanks :)