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
Thanks for the feedback!
I didn't find this series when I was researching the topic initially.
I'll put my effort towards those problems instead.
Added a check in the preloaded code to disable requiring of the vm module
Sure!
I'll start with the map and filter functions.
Both map and filter's callback functions can take up to three parameters in the following order:
This means you can pass a callback that looks like this:
Reduce's callback follows a similar pattern:
Here's links to docs in MDN that explain it in further detail
Submitted a Javascript translation for this kata.
I have never seen someone write a for loop that way. That is an interesting way to do so.
This code makes me happy.