UNPKG

es5-workshop

Version:
8 lines (6 loc) 141 B
function checkUsersValid(goodUsers) { return function(submittedUsers) { // SOLUTION GOES HERE }; } module.exports = checkUsersValid