Skip to content

Instantly share code, notes, and snippets.

@JQChan
Created September 15, 2021 02:35
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 JQChan/808c550a94f5f7f8e3bfe617ce2de12c to your computer and use it in GitHub Desktop.
Save JQChan/808c550a94f5f7f8e3bfe617ce2de12c to your computer and use it in GitHub Desktop.
RandomString
const randomString = () =>
Math.random().toString(36).substring(7).split('').join('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment