Skip to content

Instantly share code, notes, and snippets.

@iosorin
Created October 5, 2020 05:21
Show Gist options
  • Select an option

  • Save iosorin/8ad9101e3e402fb439b254ab0de44a0b to your computer and use it in GitHub Desktop.

Select an option

Save iosorin/8ad9101e3e402fb439b254ab0de44a0b to your computer and use it in GitHub Desktop.
generate alphabet string.js
[...Array(26)].map((_, y) => String.fromCharCode(y + 65)).join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment