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.
So clear.
And what about this?
last({}, { length: 'foo' }); //'foo' - 1? WTF?
Because the number of solutions already registered (>1300) I think now kata can not be changed.
As already mentioned, there're some corner cases, that don't fit.
Test.assertEquals(last(), undefined); //-- undefined
Test.assertEquals(last(1, [2, 3]), [2, 3]);//-- last item is array
I think if there are multiple arguments and the last one is an array, the return value could be a little bit confusing. Of course a special situation but who knows :)
This comment is hidden because it contains spoiler information about the solution
Can anybody please explain this sorcery?