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.
Strange
I agree, somewhere several exit points are even necessary (for example, recursion). But this specific example can be simplified a little, at least for readability.
But this saves performance. At one point you check something, and you already know what to return so why calculate all that other stuff you don't need?
It is possible, yes, but it is a fairly common pattern in JS to do this.
length
can be renamed towidth
to better match another constant