Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Last active March 28, 2018 13:41
Show Gist options
  • Select an option

  • Save Tinusw/a8a95bccf821cbffacd0ebf60eb7db0d to your computer and use it in GitHub Desktop.

Select an option

Save Tinusw/a8a95bccf821cbffacd0ebf60eb7db0d to your computer and use it in GitHub Desktop.
sortResults = (arr) => {
return arr.sort((a, b) => b.match - a.match)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment