Division and Ranking

# Introduction In this challenge, we will be working with a data structure of students' exam scores. The goal is to create a utility function that can group the students by class and sort their grades in descending order. The final result should be an object where each key represents a class number, and the corresponding value is an array of student grades sorted in descending order.

|60 : 00

Click the virtual machine below to start practicing