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.
Super cool excercise!! I loved it haha
This comment is hidden because it contains spoiler information about the solution
Read the instructions again, it says:
And the other sentence specify what to do with the first word:
Same code works in repl.it and not here, gives the correct output.
Not an issue, your code is wrong.
[JavaScript], I got this error: toCamelCase('the_stealth_warrior') did not return correct value - Expected: 'theStealthWarrior', instead got: 'thestealthwarrior'
The error says it expects something with UpperCase when the input is lowerCase, the excersise specifically tells you to capitalize if the original was capitalized... :shrug:
With the input 'The-Stealth-Warrior' I get the correct output (TheStealthWarrior) and test is shown as correct.