Create user class with id, name, age and function to get users older than age 10, group all users with same age, increment users age by 1. What is a clean way to do this in javascript?

Comments (3)