Ad
  • Custom User Avatar

    Yes, that the log appears above the test result, so you're confusing the expected value of the previous test with the input of the next one.

  • Custom User Avatar

    There is something incorrect with this Kata when using Javascript.

    In the instructions of the Kata it says the following is false:

    "(}"

    However, when I console.log the input it says that it expected true on:

    "(}"

    and it got false. Therefore I failed that instance. According to the instructions this case should be false. Am I missing something painfully obvious here?