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.
It fails fast. The first time it hits a non-number it returns false. Maybe you didn't notice the for loop?
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
http://jsperf.com/what-is-the-best-range/3
someone as lazy as I was :)
That's really crazy....
that is beautiful