Skip to content

Instantly share code, notes, and snippets.

@hasenj
Created September 7, 2012 03:38
Show Gist options
  • Save hasenj/3662865 to your computer and use it in GitHub Desktop.
Save hasenj/3662865 to your computer and use it in GitHub Desktop.
random alphanum in javascript
alpha = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM1234567890"
alpha[Math.round(Math.random() * 62)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment