Skip to content

Instantly share code, notes, and snippets.

@helloIAmPau
Created April 5, 2014 12:52
Show Gist options
  • Save helloIAmPau/9991579 to your computer and use it in GitHub Desktop.
Save helloIAmPau/9991579 to your computer and use it in GitHub Desktop.
One-shot random string in javascript
Math.random().toString(36).replace('0.','')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment