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.
Your code has many errors:
You did not consider including the score for
normKill
of each Player objectEach point of damage done is worth 0.5 points
is not implemented correctly in your codelogic for
returns an array of player names, in order of descending score (highest score is index 0, 2nd highest is index 1, etc.)
is not implemented correctly toosimple but clever, one of those things where you say "how did I not think of that?"
mutual feeling
This comment is hidden because it contains spoiler information about the solution
Ugh.. I gotta learn how to regex, nice one
As a noob this was way tougher than I expected, but I get it now :D