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 93ac0fb commit cbdba46Copy full SHA for cbdba46
Week2/js-exercises/ex4-collectiveAge.js
@@ -30,4 +30,4 @@ const hackYourFutureMembers = [{
30
},
31
];
32
33
-console.log("The collective age of the HYF team is: " + collectiveMembers(hackYourFutureMembers));
+console.log("The collective age of the HYF team is: " + collectiveAge(hackYourFutureMembers));
0 commit comments