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.
What I need do? if i got this message => 'Great! You may take your time to refactor/comment your solution. Submit when ready.'
No use of testing framework. Node version should be updated if and when anybody bothers to update this.
Please correct a misspelling in Instructions: 'recieves'
This comment is hidden because it contains spoiler information about the solution
I'd recommend using
Test.describe
andTest.it
instead ofconsole.log
.It may take some figuring out which one to use if you want blocks to auto-expand or auto-collapse, but it looks a lot nicer.
Vulnerable to input modification.
It's not a major issue for a simple kata, but it's easy to fix.
Using
reduce
is not checked, so it's a duplicate.