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.
Not a suggestion for this specific kata
Great Kata Thank You creator!
well made kata, thank you creator!
Very good kata for practicing iterating through objects, Thank You creator!
This kata is beautiful!
One of my favourite katas to date thank you creator!!!!!
okay then just check what i wrote your code should only upper case the second str split by - or _ unless its already uppercased so if you check the test you should have iAmAProgrammer hopefully i could help.
First "t" isn't upper cased actually, I wrote it wrong on the comment. Sorry for the mistake.
confusing at fist because what's need is not properly stated but when i figured it out it was simple, thank you good kata!
its indicating the wrong output was given the first str in the whole string when split shouldn't be upper cased only the numbers after the 0th index. expected means that thats what the test was looking for and your out put was TheSealthWarrior. hopefully that helps.
Understandable but its not really noted but the first string of characters thats split but the - in the-stealth-warrior you see that the first string should not have its first character uppercased unles the str is already upper cased in that case you wouldn't need to change it so the iamaprogrammer test case should not have its i value uppercased and you should have the tests passed. hopefully that helps you pass this kata. good luck fellow warrior!
It's true that handling of spoiler posts has some flaws, but your question is still visible to people who solved the kata (and they are probably the users who can help you the most).
If you have problems getting help here, or simply don't like it, you can also try
#help-solve
channel on Codewars Discord.ok Will give that a try thank you.
I just did.
Loading more items...