Skip to content

Commit d161648

Browse files
committed
changes
1 parent 0373f01 commit d161648

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sprint-3/3-dead-code/exercise-1.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
// Find the instances of unreachable and redundant code - remove them!
22
// The sayHello function should continue to work for any reasonable input it's given.
33

4-
4+
let testName = "Jerry";
55
const greeting = "hello";
66

77
function sayHello(greeting, name) {
8-
98
return `${greeting}, ${name}!`;
10-
119
}
1210

1311
testName = "Aman";

0 commit comments

Comments
 (0)