Ad
  • 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?