Created
October 4, 2016 01:51
-
-
Save BeauBouchard/4ee28880fb0ea6bdc502c85a10151470 to your computer and use it in GitHub Desktop.
This file contains 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
// masterlist = masterlist.sort((a,b) => a.value > b.value ? 1 : a.value < b.value ? -1 : 0 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment