Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Created March 3, 2018 17:53
Show Gist options
  • Select an option

  • Save johnelliott/f80a229f2057d46416017e97be0a87fd to your computer and use it in GitHub Desktop.

Select an option

Save johnelliott/f80a229f2057d46416017e97be0a87fd to your computer and use it in GitHub Desktop.
random-strings-array.js
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