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.
Unfortunately, your new approach runs into a different problem - it consumes all extra spaces between words, which differs in behaviour from the reference solution.
I think this can be considered a kata issue, and it should be either specified in the description, or not tested at all (I prefer the latter option).
I guess a third option can be considered: retire the kata. I'm pretty sure it's a duplicate and it's only available in JS, so not much would be lost.
JS - random tests can generate "0-length words" leading to words separated by more than 1 space. I think that such inputs shouldn't be tested, but I haven't checked other languages.
In what language?