-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
- for arrays -> they dont go from 1 to 100, but from 0-> 99
- filtering -> the testing-case is lazy eg. this works:
exports.findStudentName = function findStudentName(students, name) { return students //correct: return students.filter(student => student.name === name) }; - no test case for the Js Assignment done. #5 (y is type undefined, not type y: 2)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels