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
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.