Sort an array of objects by one of their properties (must be numeric) in ascending or descending order.
Entries where prop has a non-numeric value will simply be discarded from the returned array.
prop
A sorted copy of arr.
arr
Sort an array of objects by one of their properties (must be numeric) in ascending or descending order.
Entries where
prophas a non-numeric value will simply be discarded from the returned array.