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.
You should return a function, it's not a kata issue.
I ran into this last night with another challenge. My solution using Object.values() worked in repl.it and codepen, no go here, super frustrating. Looks like ES2017 standards aren't in CodeWars (not that they should be, but I will know better than to not check the JS/ES release version when using a method I'm not familiar with). Code and learn, I guess.
well, no problem on my side, but what you actually didn't get is that there was no "affront" taken and that I didn't do any either.
you didn't understand my point about the number of completions but... anyway.
Look at the Node version you're using first.
with more than 3000 completions in JS, you'd bet that the problem is in your code, note in the kata itself. ;)
So this is not an issue (issues are for a problem in the kata itself, not in your code) but rather a question.
I guess
console.log
will be your friend, here.