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.
yeah i figured it out thanks though!
The brackets are added by JUnit to show where two strings are different, check for trailing spaces in your string.
My results are adding a [] to the end , and then im failing because somehow im returning [ ]
a print of my return variable right before the return does not have the []
i dont understand whats happening at all.