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 c578293 commit b48959fCopy full SHA for b48959f
Sprint-3/3-dead-code/exercise-1.js
@@ -10,6 +10,3 @@ const greeting = "hello";
10
11
const greetingMessage = sayHello(greeting, testName);
12
console.log(greetingMessage); // 'hello, Aman!'
13
-
14
15
-// adding comment in exercise 1
Sprint-3/3-dead-code/exercise-2.js
@@ -21,6 +21,3 @@ 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
26
-//adding comment in exercise 2
0 commit comments