SyntaxFix
Write A Post
Hire A Developer
Questions
another way
_.chain(data) .groupBy('color') .map((users, color) => ({ users, color })) .value();