Groups the specified items array by the specified property.
items
property
Type of item in the specified items array.
Array of items to group.
Property of item to group by.
Object with key of property and value of values keyed by property.
Groups the specified items array by the return value of the specified iteratee.
iteratee
Function that returns the key to group by.
Object with key of property and value of values keyed by iteratee.
Groups the specified
items
array by the specifiedproperty
.