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.
are you sure that everything is right with the tests? I have 18 failed and 198 passed. For example here: [ 'cxetr6f',
'9v2vef',
'771f',
'aol85gf',
'4u0s9cf',
'80fudff',
'506fbxf',
'f3h779f',
'742f',
'apz36jf',
'bc2d8hf' ]
When I test it in JS bin with my solution it gives absolutely correct result: '['cxetr6f', '9v2vef', '771f', 'aol85gf', '4u0s9cf', '80fudff', '506fbxf', 'f3h779f', '742f', 'apz36jf', 'bc2d8hf']', ,the same as it is written in "Expected" in your tests. But here the actual result shows something different (absolutely the same solution entered in here and in jsbin and different results): instead got: '['80fudff', 'cxetr6f', '771f', 'aol85gf', '4u0s9cf', '9v2vef', '506fbxf', 'f3h779f', '742f', 'apz36jf', 'bc2d8hf']'