Skip to content

Instantly share code, notes, and snippets.

@minmaxdata
Created August 4, 2018 22:33
Show Gist options
  • Save minmaxdata/430234b3c00cd0d1db3e3091cab3505d to your computer and use it in GitHub Desktop.
Save minmaxdata/430234b3c00cd0d1db3e3091cab3505d to your computer and use it in GitHub Desktop.
Array sort
myList.sort(function(x, y){
return x.timestamp - y.timestamp;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment