Skip to content

Commit 20a85e1

Browse files
committed
fixed exercise-2 error
1 parent f3cb154 commit 20a85e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ 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

0 commit comments

Comments
 (0)