Question Bank
JavaScript Group Students by ID: Two Approaches Quiz
Difficulty: Medium
Two seeded approaches to group an array of student records by id (reduce + dict and the `in` operator), plus two companions on Map and Object.groupBy.
Question Bank
Difficulty: Medium
Two seeded approaches to group an array of student records by id (reduce + dict and the `in` operator), plus two companions on Map and Object.groupBy.