Created
March 3, 2018 17:53
-
-
Save johnelliott/f80a229f2057d46416017e97be0a87fd to your computer and use it in GitHub Desktop.
random-strings-array.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
| var a = Array(36).fill(true).map(() => Math.random().toString(36).slice(2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment