Skip to content

Commit 47f4b0a

Browse files
authored
Update exercise-1.js
1 parent 0e99abc commit 47f4b0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/3-dead-code/exercise-1.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ let testName = "Jerry";
55
const greeting = "hello";
66

77
function sayHello(greeting, name) {
8-
const greetingStr = greeting + ", " + name + "!";
98
return `${greeting}, ${name}!`;
109
console.log(greetingStr);
1110
}

0 commit comments

Comments
 (0)