allthingssmitty.com
How to group arrays in JavaScript without reduce()
10
Ditch the reduce() boilerplate! Learn how to use Object.groupBy() and Map.groupBy() in JavaScript to group data with cleaner, more expressive code. Read full article