Skip to content

Instantly share code, notes, and snippets.

@BeauBouchard
Created October 4, 2016 01:51
Show Gist options
  • Save BeauBouchard/4ee28880fb0ea6bdc502c85a10151470 to your computer and use it in GitHub Desktop.
Save BeauBouchard/4ee28880fb0ea6bdc502c85a10151470 to your computer and use it in GitHub Desktop.
// 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