Skip to content

Instantly share code, notes, and snippets.

@baldore
Created February 6, 2014 20:07
Show Gist options
  • Save baldore/8851631 to your computer and use it in GitHub Desktop.
Save baldore/8851631 to your computer and use it in GitHub Desktop.
Random String generation in Javascript.
(Math.random() + 1).toString(36).substring(7);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment