Skip to content

Instantly share code, notes, and snippets.

@alex-cory
Last active July 22, 2017 08:36
Show Gist options
  • Save alex-cory/c136bdd82a43fa21a976639299000fae to your computer and use it in GitHub Desktop.
Save alex-cory/c136bdd82a43fa21a976639299000fae to your computer and use it in GitHub Desktop.
Programmatically Generating Alphabet
String.fromCharCode(...Array(123).keys()).slice(97).split('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment