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.
rejected, outdated framework and no random tests
Thanks for this kata! 🙏 Really enjoyed adding functional helpers to arrays—clean and useful practice!
yep, but that doesn't effect on the length of it.
JS Fork
Added random tests
Not StackOverflowException, just OverflowException ;)
[10,10] is the correct solution in that case
🐄
Tests have evolved since
how did you passsed test?
Added
No random tests in JS
for input like [8,10,10,1] you'll get [10,10] instead of [8,10]
mutating array isn't
Loading more items...