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 happened with the honor points?
Were the points per kyu level changed?
I used to have much less points if I recall correctly, and someone in my group was neck & neck with me, now my points are in the 800's and 2x theirs. I think we used to be in the 100's. What's up with this change? It seems to be rampant looking through the posts in here, and there's nothing communicated on the blog since about a year ago.
This comment is hidden because it contains spoiler information about the solution
Very interesting how you reverse at the end. I tried something like this but didn't have my reverse inside of the forEach so I had to verify I still had an array left to work with or it would throw an error.
Normally you would client-side debug something and you'd see the source but you have to figure out how to remote debug since the source resides on the server.
This is like the brute force method, ineffective, but clever :)