Ad
  • Custom User Avatar

    Glad you figured it out. Always make sure to check how many people completed a given kata in your language. If it's at least 3-digit number, it's almost certain that tests are correct (unless it's some obscure edge case). Happy coding ^_^

  • Custom User Avatar

    The tests are fine. Notice at the top: JavaScript Completions: 27850

    I don't see a basic test with 43 for JS. Maybe that's result of one of your logs (if you're using recursion, for example)

    Anyway, label issue is for actual problems with kata, not for issues with your code :P For that, use question label first.

    Feel free to reply to get it resolved, but you should start by reading the task again and logging stuff to console to debug your code.