Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created April 18, 2020 11:57
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 tcelestino/9af9f7147d3d544c8e67b0aed69f5218 to your computer and use it in GitHub Desktop.
Save tcelestino/9af9f7147d3d544c8e67b0aed69f5218 to your computer and use it in GitHub Desktop.
random string
const secret = `${Math.random().toString(36).slice(2)}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment