Ad
  • Custom User Avatar

    Thanks! My solution works!

  • Custom User Avatar

    I've recently made some changes to this kata.

    Try the following steps to see if your issue is resolved.

    1. Copy your solution to somewhere safe

    2. Press the Reset button in the trainer (located at the bottom)

    3. Paste your solution back in the solution window & press the Attempt / Test button.

  • Custom User Avatar

    Im getting this error message when I attempt with Javascript:

    ReferenceError: SubstringTest is not defined
    at /home/codewarrior/index.js:24:63
    at /home/codewarrior/index.js:70:5
    at Object.handleError

    I dont think there is anything I can change prevent the error. I dont have access to index.js.
    My solution passes the test cases and works in my IDE.