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.
@joh_pot what do you mean by the term "bite"?
Great, thanks! Should be fixed now
There is only one random test because you haven't formatted your code properly and hence didn't notice that the actual tests are outside the for loop :P
It should be apparently once you've properly formatted your code, especially indents (if you can't spare the effort, there's always websites like http://jsbeautifier.org/ which can do this).
Yep makes sense - not sure why there is only one random test pulling through. I'll take a look - thanks for raising and glad you enjoyed.
its not very hard to reduce code though...
Not everything be perfect, But I set a limit at the simple version, example, this one, in the simple version, code length<=80 is not allowed, it only accept the solution which length>80.
I only can say, I do my best.
;-)
Thanks~~~
Sort isnt disabled. This whole kata is to show how sorting can bite you.