Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c73b6b1

Browse files
committed
code review
1 parent 880752f commit c73b6b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Week3/prep-exercises/1-hyf-program/1-find-mentors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ console.log(possibleMentorsForModule('using-apis'));
2222
* It should return a single name.
2323
*/
2424
const findMentorForModule = (moduleName) => {
25-
// TODO complete this function
2625
const possibleMentors = possibleMentorsForModule(moduleName);
2726
return possibleMentors[Math.floor(Math.random() * possibleMentors.length)];
2827
};

0 commit comments

Comments
 (0)