Skip to content

Commit afca73f

Browse files
committed
Seven spaces between hello and there on second output
1 parent f2c68a9 commit afca73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/3-mandatory-implement/2-cases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function toUpperCamelCase(str) {
4545

4646
// Example usage:
4747
console.log(toUpperCamelCase(" hello there ")); // "HELLO_THERE"
48-
console.log(toUpperCamelCase("hello there")); // "HELLO_THERE" - The example stated by CJ Yuan volunteer
48+
console.log(toUpperCamelCase("hello there")); // "HELLO_THERE" - The example stated by CJ Yuan volunteer
4949
console.log(toUpperCamelCase("lord of the rings")); // "LORD_OF_THE_RINGS"
5050
console.log(toUpperCamelCase("javascript is fun")); // "JAVASCRIPT_IS_FUN"
5151

0 commit comments

Comments
 (0)