You need to sign in or sign up before continuing.×
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 may be on 6kyu but I keep initializing empty arrays instead of using a JavaScript high order array method. I always look at the best practices solutions and want to kick myself when I see some of the excellet solutions. I'm hoping my brain starts working soon and I use HOA methods. When it does I'm moving onto 5kyu.
I thought using a for loop ws a bad idea but then I saw that the top best practices solutions used a for loop as well. That made me feel better.