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.
Hi,
Not an issue a question. Since, if you look at the top, you'll see thousands of JS completions, so the problem is on your side, not in the test suite itself. Some definitions (terminologies specific to CW) and useful information:
Issue
: problem in the kata itself (description, wrong tests, wrong internal solution...)Suggestions
: well, I guess that part is clearQuestion
anything else that is related to you having a problem solving a kata -> that's you, currently.Just in case, for later use... When you post issues:
When you post a question: well, most of the above apply too x)
When you post code, use proper github markdown, so that it's readable.
For instance, either your code is too slow and you have to change your algorithm, or you put in there a loop that never terminates in some cases.
Trick: print stuff to the console from inside the loop(s) so you'll hit the buffer limit size before the time out limit and you'll be able to get feedback about what's going on in your code.
cheers
In JS: Execution timed-out for this kata, everything else is working fine but I can't test my code and hence cannot submit.