Created
September 25, 2015 17:58
-
-
Save probil/3d847fd6ca6afb503216 to your computer and use it in GitHub Desktop.
Elegant way to make random string in javascript (1 line of code)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Math.random().toString(36).substring(7); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment