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.
I think I stupidly mixed up return and break.
How does this work? Isn't it going to return true no matter what?
Why does it have to be (a === 0 || b === 0)
isn't (a || b === 0) the same thing? Or am I saying "If a OR if b equals zero"
I think I just answered my own question
someone as lazy as I was :)
that is beautiful