I have retrieved an array of test objects:
self.tests = response.data.tests;
The test objects that make up the array have a title
and a modifiedBy
field.
Is there some way that I can reorder the array by title ascending and then modifiedBy descending?