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.
this issue is not reproducible.
works fine for this kata
you can do "var hw = function() {...}; var helloWorld = hw;"
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...
Something said in the comments during beta doesn't hold weight as far as the final spec is concerned.
Because part of the challenge is figuring out how to have a function call to helloWorld() activate something that's not explicitly declared as a function.
I changed the range from
n ∈ (-∞,100] to n ∈ (-∞,50]
maybe it'll now don't get buffer error easily.