Skip to content

Commit c578293

Browse files
committed
fixed exercise 2 issue
1 parent 727df21 commit c578293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ const countedPetsStartingWithH = countAndCapitalisePets(petsStartingWithH);
2222

2323
console.log(countedPetsStartingWithH); // { 'HAMSTER': 3, 'HORSE': 1 } <- Final console log
2424

25-
//added a new comment
25+
//added a new comment
26+
//adding comment in exercise 2

0 commit comments

Comments
 (0)