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.
In hindsight
.map
makes a lot more sense. I started this with the intention of finding duplicates, then replacing in another step. When I realized the.indexOf
to.lastIndexOf
comparison, I should have stepped back and looked for a different solution (.map
) than.reduce
.@jhoffner is there an issue with the description? It shows both in the kumite, but I'm guessing it's handled on the kata when a language is selected.
@jhoffner thanks for the feedback. I added code examples in both JavaScript and CoffeeScript. Please let me know if there's anything else.
Looks good. One thing is the description. It is shared acrossed all languages. The current language example is a little generic right now. We could have a javascript and coffeescript version.
All you need to do is create both code blocks back to back, and the system will filter out the languages that aren't relevant when shown to a user.
Is there anything else I need to do for this translation to be accepted?
The only way I've found to find a user is if you already know his or her username. Then you can go to
www.codewars.com/users/[username]
. Also, if someone has signed up using your referral link, his or her username shows up in your profile underEarn extra honor, invite code warriors!
. ClickLearn more
.