Group data by keys using JavaScript Array Grouping (Object.groupBy)

InstructorTomasz Ducin

Share this video with your friends

Send Tweet

Array Grouping is the new feature of JavaScript/ECMAScript, which splits an array (or, generally, an iterable), into smaller sub-arrays. Grouping is different than other JS array methods - it's not a part of the array prototype, but a static method.