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 might be wrong but should this test below
Test.assertEquals(findSuperMan("Hello, I am SxuxpxexrxMxaxn"), "Hi, SuperMan!", "s u p e r m a n is a SuperMan")
be written
Test.assertEquals(findSuperMan("Hello, I am SxuxpxexrxMxaxn"), "Are you crazy?", "s u p e r m a n is a SuperMan")
SxuxpxexrxMxaxn removing "x"s youre lesft with SuperMan and super man is secretive right?
You may use string concatenation like '${names[0]}, ${names[1]} and ${names.length - 2} others like this'