The object collection is
[Object, Object, Object, Object, Object, Object, Object, Object, Object]
Each object has a number of elements in it as such
{value1: someValue, valueIWantToSort: someNumericValue, value2: someValue, value3: someValue,...}
Now I want to put the object in order based on the value of valueIWantToSort. Where valueIWantToSort is a number.