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.
Wow!! just wow.
You're really amazing.
(y) thank you for this kata :)
In note(details), it said "The order of the elements in the output list is not important.", but it's important in JavaScript.
(currently, if your array order wrong, you will failed the test).
Sorry for late reply. I've away from my computer for a while. (y)
In JavaScript sample tests, it's seem like you've forgot to closing the second test. :)
Ah... I see, I do it in the wrong way. Thank you for best kata ;)
Very helpful, thank you :)
What is the re-start conditions? In my output, it's expected 'Game over!' more than 10 times then just re-start the game.
I can end the game but I don't know the re-start conditions :( (maybe I missed something)