Ad
  • Custom User Avatar

    Your code is wrong, not a kata issue, select Node v8 to see which test your code is failing. Read the error message and add some console.log to help you debug it. The reason it didn't fail somewhere else is you didn't test it there with the same input that makes your code fail here.

  • Custom User Avatar

    That's a problem with your code, not a kata issue. See which sample test fails and fix your code.

  • Custom User Avatar

    That test expects true, your code fails the next test:

    10.4 10.4.8
    

    Not a kata issue.