Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Last active August 29, 2015 13:58
Show Gist options
  • Save vladimir-e/10260642 to your computer and use it in GitHub Desktop.
Save vladimir-e/10260642 to your computer and use it in GitHub Desktop.
Random string JS
(Math.random() + 1).toString(36).substring(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment