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.
Thanks for pointing that out. I wouldn't use this solution in production code. Thanks once again.
Yeah this is awesome tbh. Nice.
In the grand-scheme of things this is often deemed bad practice in JS. Mutating the Array.prototype object properties directly as if to add one, also, often fails a linter...