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 47f4b0a commit 5ad5072Copy full SHA for 5ad5072
Sprint-3/3-dead-code/exercise-1.js
@@ -6,7 +6,6 @@ const greeting = "hello";
6
7
function sayHello(greeting, name) {
8
return `${greeting}, ${name}!`;
9
- console.log(greetingStr);
10
}
11
12
testName = "Aman";
0 commit comments