Skip to content

Instantly share code, notes, and snippets.

@ppaska
Created April 3, 2022 07:29
Show Gist options
  • Save ppaska/5b8ac79404aacdc4d42db31f92a64c7a to your computer and use it in GitHub Desktop.
Save ppaska/5b8ac79404aacdc4d42db31f92a64c7a to your computer and use it in GitHub Desktop.
export const uniqueId = Date.now().toString(36) + Math.random().toString(36).substring(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment