Skip to content

Instantly share code, notes, and snippets.

@mqklin
Last active March 1, 2021 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mqklin/60574ece94bccc2be019316449e01910 to your computer and use it in GitHub Desktop.
Save mqklin/60574ece94bccc2be019316449e01910 to your computer and use it in GitHub Desktop.
get winners
.map((u, idx) => `${idx + 1}. ${u.address} (${u.username})`).join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment