You need to sign in or sign up before continuing.×
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.
Thank you, it was in the first test.
toUpperCase()/toLowerCase() is not working for me, any help please?
I thought it was a kata issue, thank you for the tip
the problem was in my code, I fixed it and everything went smooth, thank you for the help
Im able to pass only 80 test maximum, i think the rest of the 20 tests has big numbers which will take more than 12 seconds to show in output
This comment is hidden because it contains spoiler information about the solution
I optimized my code to use only 1 loop, but i still get the same error
One last error i get is
STDERR
Execution Timed Out (12000 ms)
Why did my code time out?
Our servers are configured to only allow a certain amount of time for your code to execute. In rare cases the server may be taking on too much work and simply wasn't able to run your code efficiently enough. Most of the time though this issue is caused by inefficient algorithms. If you see this error multiple times you should try to optimize your code further.
Sorry I didn't pay attention to this, thank you for the explanation.
This comment is hidden because it contains spoiler information about the solution
output is giving TypeError: victimSeries.every is not a function
at Context.it (test.js:37:28)
am i the only newbie here?
I don't know why join(' ') isn't working, is anyone here facing the same issue?