Skip to content

Commit b48959f

Browse files
committed
stray comments removed
1 parent c578293 commit b48959f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ const greeting = "hello";
1010

1111
const greetingMessage = sayHello(greeting, testName);
1212
console.log(greetingMessage); // 'hello, Aman!'
13-
14-
15-
// adding comment in exercise 1

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ function countAndCapitalisePets(petsArr) {
2121
const countedPetsStartingWithH = countAndCapitalisePets(petsStartingWithH);
2222

2323
console.log(countedPetsStartingWithH); // { 'HAMSTER': 3, 'HORSE': 1 } <- Final console log
24-
25-
//added a new comment
26-
//adding comment in exercise 2

0 commit comments

Comments
 (0)