We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c170 commit ee3c9e7Copy full SHA for ee3c9e7
6kyus/js/convertStringToCamelCase.js
@@ -23,3 +23,4 @@ function toCamelCase(str) {
23
24
console.log(toCamelCase('the-stealth-warrior'), 'theStealthWarrior')
25
console.log(toCamelCase('The_Templar_warrior'), 'TheTemplarWarrior')
26
+console.log(toCamelCase('The-Templar-warrior'), 'TheTemplarWarrior')
0 commit comments