Commit c8ef645
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 866a426 commit c8ef645
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments