Skip to content

Commit 5ad5072

Browse files
authored
Update exercise-1.js
1 parent 47f4b0a commit 5ad5072

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
@@ -6,7 +6,6 @@ const greeting = "hello";
66

77
function sayHello(greeting, name) {
88
return `${greeting}, ${name}!`;
9-
console.log(greetingStr);
109
}
1110

1211
testName = "Aman";

0 commit comments

Comments
 (0)