you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.74k stars 815 forks source link

Mention Object.groupBy() #390

Closed Heniker closed 6 months ago

Heniker commented 8 months ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy

One thing to note - MDN says Safari uses a different function - Array.prototype.groupToMap. Not sure if it is worth mentioning.