Ad
  • Custom User Avatar

    You should return a function, it's not a kata issue.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    you didn't understand my point about the number of completions but... anyway.

  • Custom User Avatar

    Look at the Node version you're using first.

  • Custom User Avatar

    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.