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 really enjoyed this kata, it's been a fun exercise in functional programming for me. Thanks a lot!
thanks, I didn't know!
In camel case the first word is lowercase. https://www.freecodecamp.org/news/snake-case-vs-camel-case-vs-pascal-case-vs-kebab-case-whats-the-difference/
But excuse me, is this normal? s='G' => ' G' In my opinion the function should return 'G'
Similarly 'GrDn' => ' Gr Dn' but it should be: 'GrDn' => 'Gr Dn'
It's strange that this solution passed all the tests