js sort array of objects with date code example Example: javascript order array by date const sortedActivities = activities.sort((a, b) => b.date - a.date)