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
Not sure why many people think this is good practice and clever... this will evaluate ALL the string options, consuming unecessary CPU cicles for results that won't be used. It will work, though might not be the most performant solution.
nice
This comment is hidden because it contains spoiler information about the solution
Nicely done. I love this. Readable and straight foward without overhead.
Very elegant! Thank you
maybe I'm wrong but that solution is not correct.
look what happens with this test case - longest(['f', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'k', 'l'], 2)
the result should be - 'b' but it is 'f'
maybe there is something to resolve
http://screencloud.net/v/y47
http://screencloud.net/v/qdPO
Very nicelly done, I just wanted to improve on your allready grate code.
I think i'm getting it but to be clear, the valueOf in this challenge makes sure that the x returned is a number? I am trying to figure out why the code doesn't work with that line.
I totally agree but it is not the author who says the "kyu". Thanks for your feedback!
very good kata but I feel like it should be in difficulty more than 5
This comment is hidden because it contains spoiler information about the solution
Great kata!
This comment is hidden because it contains spoiler information about the solution
Loading more items...