Skip to content

Instantly share code, notes, and snippets.

@Roger-Melo
Created May 11, 2020 02:17
Show Gist options
  • Save Roger-Melo/bf84fd77c3a42170b45832274a4eb025 to your computer and use it in GitHub Desktop.
Save Roger-Melo/bf84fd77c3a42170b45832274a4eb025 to your computer and use it in GitHub Desktop.
Boilerplate para um caso de uso do sort()
const theBigFamily = [
{ name: 'Lineu', score: 20 },
{ name: 'Nenê', score: 10 },
{ name: 'Tuco', score: 50 },
{ name: 'Bebel', score: 30 },
{ name: 'Agostinho', score: 70 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment