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.
Thanks for tHe feedback! I do plan on going some tweats at some point. The kata was written before ES6 support (Babel) was introduced, and as I can't turn it off it broke quite a few things that were perfectly valid before (like anonymous functions, they now get auto named).
There was a change in the precompiler for running the code when es6 support was added so the default solution now fails. I raised a ticket but never got a response. I'm going to change the default solution to avoid this, but otherwise it's very easy to work around.
Regular expressions and a little bit of wizardry to get what was entered :)
So it's not just what you return - it's using any Strings full stop in the script. If that helps...
Which functionalittle would that be?
There's a bug... but it's a platform bug not mine - waiting for a respone. Without giving it away, use the pre-set solution with 1 tweak and it'll pass without that issue.
Raised on the support system... I'll comment here when I get an update. You can get around it though ;)
Seems to be a weird codewars issue itself, let me see if I can work out who to raise it with!
If you do "var helloWorld = function() {}" it becomes "var helloWorld = function helloWorld()" when you run the tests... but I have no idea why.
Hold your horses everyone, taking a look now! I haven't changed it since it went live though...
Originally, not all of those things were disabled so I included the tags as this was a challenge to use them. Now that they're disabled I seem to have forgottent to remove them from the tags. I'll do it now.
Okay, I finally added comments now! :D
Well its because I'm now just patching to fix your ever-increasing trials based on my code... I could take offense you know :P
Okay I did it again... it's not bulletproof but you said in the desc it didn't need to be ;)
Just making my life difficult! I point out a bug and this is how you reward me ;)
This comment is hidden because it contains spoiler information about the solution
Loading more items...