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.
it was already retirred 30 minutes ago. ;)
So many missed opportunities here ..
Array.proto.push
actually accepts zero or more arguments, and pushes all of them. It returns the new length of itsthis
. But no, we're just writing a limited dumb wrapper for a native method. That's not a kata, not even ( a good one ) if you restrict the nativepush
( please don't do that. please just unpublish this. )Hi,
you definitely should read the documentation about authoring, before doing any other attempt at authoring... ;)
https://docs.codewars.com/authoring/guidelines/kata
Cheers
"2:0"
- is that really what you want? Not"2:00"
?No random tests + pretty strange descriptions for tests + they're incorrect sometimes >.<
Random tests?