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.
This comment is hidden because it contains spoiler information about the solution
https://jsben.ch/nVY2T
roughly 10-20% more efficient from random tests
Whats strange is y==alphabeth[i] outperformed y===alphabeth[i]
Nothing significant, just 3-5% in favor of ==, but I would have suspected the opposite
s /description/comment/
should be fixed
Arrays are always 2-dimensional, 0<length<=20, 0<width<=20.