I\'m having trouble figuring out from the lodash documentation if my assumption about sorting and grouping is correct.
If I use sortBy, then use groupBy, do the arrays p
Function groupBy returns object. Object doesn't save property order. Does JavaScript Guarantee Object Property Order?
But group arrays saves order, because thay are added with push function.