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 d906c91 commit 58000c1Copy full SHA for 58000c1
1 file changed
Sprint-1/destructuring/exercise-2/exercise.js
@@ -83,7 +83,7 @@ function findGryffindor(peopleList) {
83
});
84
85
const output = peopleNames.join("\n");
86
-
+ console.log("People in Gryffindor House", output);
87
return output;
88
}
89
@@ -99,6 +99,6 @@ function findTeachersWithPets(peopleList) {
99
100
101
const output = teachersName.join("\n");
102
+ console.log("Teachers with pets", output);
103
104
0 commit comments