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.
pls explain
Jesus Christ Bubbler...
How about mine? ;-)
Actually, this is the biggest gripe I have with JavaScript.
"".match()
's return type is inconsistent, and[]
would have been perfectly fine instead ofnull
. Most places where you see people using"".match()
, you see them||
'ing the result with[]
.There are even simpler katas around.
I think my solution is very clever too ;-)