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.
Had the same problem. However I got ignored out with a "a lot of people passed the kata".
If there should be only 49 teste, something is wrong with the random tests definitions.
There shouldn't be this many tests in JS version though. There are only 49 tests.
I'm not sure what's happening on your side :V
Sorry...JavaScript
Uhm... you know you can always use
console.log
to print the input out, right?What language?
Just ran the tests again, and NOW I'm seeing this:
Now 0 failures, 1 error, but no inditication as to what the 'error' is...
I have spent 2 hours on this problem passing all possible tests in Javascript but cannot seem to pass test case number 5, the expected result is true and my code returns false.
Can you please simply tell me what the test case is?? I dont think it is much of a spoiler.
Thank you
So I'm getting this message after all tests have run:
Passed: 6768 Failed: 1 Errors: 1
...but no indication as to what the one failure/error is. Anybody see this, too?
Bryan