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.
split is a string method that returns an array
join is an array method that returns a string
The error message shows the actual and expected values between quotes, and because a string has quotes around it's escaping them.
You have to return an array (after removing the repeated values that is).