BigBinary Academy
JavaScript
Challenges Set 12
66.25
Courses
Search
Assessment
66.25
Sort user list by number of clicks
Sort the list of users by the number of clicks.
Each user will have a field
clicks
which will be a number.
Return list sorted by field
clicks
in ascending order.
For example:
Previous
Next