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 3865600 commit bfafdefCopy full SHA for bfafdef
Sprint-2/3-mandatory-implement/2-cases.js
@@ -19,4 +19,4 @@ function toUpperSnake(name) {
19
const upperCase = name.toUpperCase(); // Convert the string to uppercase
20
return upperCase.replaceAll(" ", "_"); // Replace all spaces with underscores
21
}
22
-console.log(snakeItUp("alaa tagi is my name"));
+console.log(toUpperSnake("alaa tagi is my name"));
0 commit comments