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.
I did it in java script and the issue I had was adding a '\n' at the end. Please try that in the final statement. add a '\n' to the return string.
My diamonds are good, but test still fails. Maybe problem is in outputed string. That should exactly match, not diamonds. Example for string: " \n**\n *\n". So, no space characters on a end of every row. Am I right?