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.
You are right?
I lost about 200 ranks originally, but by today it is only 100 ranks less than before the honor issue. I think everyone's ranks are still being corrected as more people lose their incorrect honor.
I know they were some issues with the ranking system and now it has been fixed. However, my ranking is below that what is was before, I lost about 30 places in the leatherboard. Is the roll back complete?
Check here.
So why is the honor system so opaque? How do you know my honor should not have been that high? Where and how do you find this out? And can I access that data somehow?
Please see all of the other comments below. This was a temporary site issue, your honor shouldn't have been that high to begin with (honor changes got deployed prematurally).
So you are not using
var
orlet
any where and you are not usingfor
orwhile
either? Email me at adam.recvlohe@gmail.com so I can take a look at it to see what is up.Hi, my honor has dropped from around 135 (can't rememeber the exact number) to 68. This happened after the site seemed to hang when submitting a solution, so I shutdown the browser and reloaded the page.
Hi, my solution uses a recursion function inside the main function with no variables, only arguments, I pass all tests except for use of const, and it thinks I've used a loop when I havn't! What am I doing wrong?