Skip to content

Instantly share code, notes, and snippets.

@benjaminparnell
Created December 7, 2016 17:37
Show Gist options
  • Save benjaminparnell/f2c0ae4ec4e7168cb7f22ecc11490342 to your computer and use it in GitHub Desktop.
Save benjaminparnell/f2c0ae4ec4e7168cb7f22ecc11490342 to your computer and use it in GitHub Desktop.
sort.js
people.sort(function (a, b) {
return a.name > b.name
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment