We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cb154 commit 20a85e1Copy full SHA for 20a85e1
Sprint-3/3-dead-code/exercise-2.js
@@ -21,3 +21,5 @@ function countAndCapitalisePets(petsArr) {
21
const countedPetsStartingWithH = countAndCapitalisePets(petsStartingWithH);
22
23
console.log(countedPetsStartingWithH); // { 'HAMSTER': 3, 'HORSE': 1 } <- Final console log
24
+
25
+//added a new comment
0 commit comments