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.
Very nice. my take on this sorted the odds the same. But I really dig the way you handled the data thereafter.
Last test isn't truthey
Nice. I also used a filter with an arrow function. But this elicit function makes it one line shorter.
I really dig the way the alphabet array was created here.
Nice. This was most similar to my solution. Don't completely understand the syntax of the #1 solution for this problem. But in the meanwhile, this is great. Thanks!
Thank you for this! took my understanding of parseInt a step further. Awesome.
Nice! I used a reduce. But this is even more efficient. well done!
This is really cool. I didn't realize you could set the 'currentValue' parameter as multiple indexes of the current item in which this case is an array. Very nice!