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 is going on here. I run into this a lot.
function runoff(voters){
var a= voters.length;
throws an error voters is not a function.
This comment is hidden because it contains spoiler information about the solution
This kata really interested me. I have it working, but I cant move my object array into a map. I am just not educated in map. It is frustrating to have the answer but not get it in the form the kata wants.
Isn't that my point? words and scores have nothing to do with each other and these are words yet you compare them to scores.
BTW how do I change my profile pic or is that detirmined by the web site?
While that is very natural to sport games, there is another way that is more natural to words. 'bath' is smaller than 'cat' using letter order but larger using only the sum. The instructions don't specify which method to use.
This comment is hidden because it contains spoiler information about the solution