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.
Same with me
The test cases return
[ 'Gap', 'gAp', 'gaP' ]
[ 'Hello', 'hEllo', 'heLlo', 'helLo', 'hellO' ]
[
'Two worlds',
'tWo worlds',
'twO worlds',
'two Worlds',
'two wOrlds',
'two woRlds',
'two worLds',
'two worlDs',
'two worldS'
]
I really don't see where the mistake is. Scratching head
I got that extra ' gap ' here without any capitalization. I'll try again tomorrow but I ran all the test cases in VSCode and they return correct result (definitely no extra words in array)
I cannot be absolutely sure, but it's quite unlikely that your code returns a different result in VSCode and here (though, there may be minor differences of implementations, but this doesn't happen often). Your code works fine on several tests, but fails on some others, you should focus on it and try to find where your code is wrong:
See there for a general help: https://docs.codewars.com/training/troubleshooting
This comment is hidden because it contains spoiler information about the solution