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 727df21 commit c578293Copy full SHA for c578293
Sprint-3/3-dead-code/exercise-2.js
@@ -22,4 +22,5 @@ const countedPetsStartingWithH = countAndCapitalisePets(petsStartingWithH);
22
23
console.log(countedPetsStartingWithH); // { 'HAMSTER': 3, 'HORSE': 1 } <- Final console log
24
25
-//added a new comment
+//added a new comment
26
+//adding comment in exercise 2
0 commit comments