Skip to content

Instantly share code, notes, and snippets.

@necmettin
Created August 19, 2015 19:19
Show Gist options
  • Save necmettin/3ae4c988d6daaafbf66f to your computer and use it in GitHub Desktop.
Save necmettin/3ae4c988d6daaafbf66f to your computer and use it in GitHub Desktop.
Generate 8 random letters in JavaScript
Math.random().toString(36).slice(2, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment