Skip to content

Instantly share code, notes, and snippets.

@FelixLuciano
Last active September 29, 2018 17:19
Show Gist options
  • Save FelixLuciano/4afbb2bea311ad7465817288d6a1c7bb to your computer and use it in GitHub Desktop.
Save FelixLuciano/4afbb2bea311ad7465817288d6a1c7bb to your computer and use it in GitHub Desktop.
How many do you have?
new Array(5)
.fill('Option ')
.map((e, i) =>
e + (10 + i).toString(36).toUpperCase()
)
.join('\n')
// But you have no choice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment