array sort method on array of objects code example Example: sort array of objects javascript list.sort((a, b) => (a.color > b.color) ? 1 : -1)