Created
August 4, 2018 22:33
-
-
Save minmaxdata/430234b3c00cd0d1db3e3091cab3505d to your computer and use it in GitHub Desktop.
Array sort
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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