Skip to content

Commit bfafdef

Browse files
committed
recall the right function
1 parent 3865600 commit bfafdef

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
@@ -19,4 +19,4 @@ function toUpperSnake(name) {
1919
const upperCase = name.toUpperCase(); // Convert the string to uppercase
2020
return upperCase.replaceAll(" ", "_"); // Replace all spaces with underscores
2121
}
22-
console.log(snakeItUp("alaa tagi is my name"));
22+
console.log(toUpperSnake("alaa tagi is my name"));

0 commit comments

Comments
 (0)