Ad
  • Custom User Avatar

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

  • Custom User Avatar

    Hi guys, I'm pretty new so do not be aggressive :)
    When I output with "console.log(array)" my test, it return the correct array; if I try to "return array" on the submit, I got this Error: "
    TypeError: wordComparing.split is not a function
    at anagrams
    at testAnagrams
    at /home/codewarrior/index.js:48:13
    at /home/codewarrior/index.js:73:5
    at Object.handleError"

    Can somebody help me fixin that?