Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Does the same error come when you try clicking Attempt? If yes, then the error comes from your code (you could post it here). If not, it means you modified sample tests by accident.

  • Custom User Avatar

    I know that there is an extra semicolon.
    My question is, where can i fix it? I am pretty new to codewars.
    So where do I find the test.js?
    In the sample test and in my code are no extra semicolons.

  • Custom User Avatar

    Extra semicolon at the front. Also use question label.

  • Custom User Avatar

    Hi,
    even if I try to only return the input string its says:
    /workspace/node/test.js:26
    ;(function() {
    ^

    What ist the problem an how can I fix it?