Json – JavaScript how to sort date by most recent first
I am trying to sort JSON objects received from an API so that the most recent datetime is shown first. But the way I am currently doing it is sorting Dec 2022 as more recent than Jan 2023. Here is…