I have a JavaScript task where I have to implement a function \"groupBy\", which, when given an array of objects and a function, returns an object w
You can use Lodash _.groupBy, it does exactly what you ask for. doc here.
_.groupBy