Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
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?