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 f2c68a9 commit afca73fCopy full SHA for afca73f
Sprint-2/3-mandatory-implement/2-cases.js
@@ -45,7 +45,7 @@ function toUpperCamelCase(str) {
45
46
// Example usage:
47
console.log(toUpperCamelCase(" hello there ")); // "HELLO_THERE"
48
-console.log(toUpperCamelCase("hello there")); // "HELLO_THERE" - The example stated by CJ Yuan volunteer
+console.log(toUpperCamelCase("hello there")); // "HELLO_THERE" - The example stated by CJ Yuan volunteer
49
console.log(toUpperCamelCase("lord of the rings")); // "LORD_OF_THE_RINGS"
50
console.log(toUpperCamelCase("javascript is fun")); // "JAVASCRIPT_IS_FUN"
51
0 commit comments