Skip to content

Instantly share code, notes, and snippets.

@probil
Created September 25, 2015 17:58
Show Gist options
  • Save probil/3d847fd6ca6afb503216 to your computer and use it in GitHub Desktop.
Save probil/3d847fd6ca6afb503216 to your computer and use it in GitHub Desktop.
Elegant way to make random string in javascript (1 line of code)
Math.random().toString(36).substring(7);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment