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.
Just experienced this issue, still seems like a problem.
Fixed. Replaced multi-line template literal with string concatenation.
I'm getting a timed out error, even though i'm passing all the tests. I just iterated through the nodes and took the lower number, then moved over one and repeat until both lists are empty. i hope this helps
Yep, really annoying, got bitten by it just now.
The initial code for javascript is the same as the one for C#, that's the problem.
Thank you for letting me know; I'll look into it shortly.
I am going to presume that this issue is fixed as I have changed the test cases.
Indeed!
I've changed the test cases now for code length now so this may no longer me an issue. The limit is now 38 chars but doesn't incluse whitespaces. Please could you test this for me?
Hey. Your solution is 32 chars long not including whitespace. Which solution passed with 34, I will try sorting it out? (Mark as having a spoiler)
This comment is hidden because it contains spoiler information about the solution
Every method/keyword is allowed in JS if it doesn't contain one of the banned letters.
There's another way to use
.defineProperty
."huge" arrays are arrays of 2e6 random numbers. With arrays of this length
.sort
may take a very long time and also theMath
min
&max
. For the moment at least 4 solutions pass the test, so keep on trying happy coder !; ) )
Hint: JS functions can't just accept arbitrarily many arguments.
Loading more items...