Skip to content

Instantly share code, notes, and snippets.

@jjsub
Created November 12, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsub/f2b65dcae930972720b81170ec6af2c1 to your computer and use it in GitHub Desktop.
Save jjsub/f2b65dcae930972720b81170ec6af2c1 to your computer and use it in GitHub Desktop.
//Simple random string generator in JS
Math.random().toString(36);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment