Skip to content

Instantly share code, notes, and snippets.

@sethdavis512
Created August 6, 2020 16:44
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 sethdavis512/040994ea78074e760f10af5f463dde39 to your computer and use it in GitHub Desktop.
Save sethdavis512/040994ea78074e760f10af5f463dde39 to your computer and use it in GitHub Desktop.
const getUniqueId = (prefix) => `${prefix}-${Math.random().toString(36).substr(2, 9)}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment