Created
September 8, 2016 13:37
-
-
Save anoopemacs/7ea4ac887edf8882f62e36d7b2828efb to your computer and use it in GitHub Desktop.
random string js
This file contains hidden or 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)+'00000000000000000').slice(2, N+2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment