Skip to content

Instantly share code, notes, and snippets.

@alexeyraspopov
Created October 3, 2019 04:48
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 alexeyraspopov/d43bd6fef9e624e0dc51460f4698b71f to your computer and use it in GitHub Desktop.
Save alexeyraspopov/d43bd6fef9e624e0dc51460f4698b71f to your computer and use it in GitHub Desktop.
function generateId() {
return Math.random().toString(32).substr(2, 8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment