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 7d24e37 commit 3644abfCopy full SHA for 3644abf
Sprint-3/3-dead-code/exercise-1.js
@@ -4,7 +4,6 @@
4
const greeting = "hello";
5
6
function sayHello(greeting, name) {
7
- const greetingStr = greeting + ", " + name + "!";
8
return `${greeting}, ${name}!`;
9
}
10
0 commit comments