I manually created a set of unordered entries here and I was wondering how I could properly apply the orderBy to iterate through the "order" entry.
I did use the code below but it still returns the same unordered entries I first created.
_.orderBy(rows, 'order', 'asc')
What am I doing wrong here? :(
orderBycall? lodash doesn't sort the list in-place.