Created
May 11, 2020 02:17
-
-
Save Roger-Melo/bf84fd77c3a42170b45832274a4eb025 to your computer and use it in GitHub Desktop.
Boilerplate para um caso de uso do sort()
This file contains hidden or 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
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