Skip to content

Commit 9e23607

Browse files
Correcting the variable name within console.log
1 parent a959ad7 commit 9e23607

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
@@ -18,4 +18,4 @@
1818
function toUpperSnakeCase(str) {
1919
return str.toUpperCase().replaceAll(" ","_");
2020
}
21-
console.log(ToUpperSnakeCase("hello there"));
21+
console.log(toUpperSnakeCase("hello there"));

0 commit comments

Comments
 (0)