Commit cd2f592
committed
I removed the console.log (greetingStr) code because it is unreachable code.
- deleted the const greetingStr = greeting + ", " + name + "!";
because it is a redundant code that repeated already int the return function.1 parent 00f4fb9 commit cd2f592
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
0 commit comments