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.
Closed.
You have an extra space at the end. The result string needs to end with a digit not with a space.
Honor points is related to your participation in the community, i.e. creating katas, receiving upvotes, translating katas and solving katas. You can see more info here http://www.codewars.com/docs/ranking-and-honor-1
This comment is hidden because it contains spoiler information about the solution
I don't even understand honor points tbh.
People asking what the kata is asking to fix, here's the thing: It's a closure problem. Take a look at the errors in the output. In the second test phase, it is expecting 0 in the beginning when infact, it gets 10. That 10 is the i's value hanging around in the memory after the first phase is executed.