Answers for "array with date sort javascript"

13

javascript order array by date

const sortedActivities = activities.sort((a, b) => b.date - a.date)
Posted by: Guest on April-16-2020

Code answers related to "array with date sort javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language