Skip to content

Instantly share code, notes, and snippets.

@victory-sokolov
Last active May 16, 2023 15:09
Show Gist options
  • Select an option

  • Save victory-sokolov/66435a98fb2f2b52d29b01184670be74 to your computer and use it in GitHub Desktop.

Select an option

Save victory-sokolov/66435a98fb2f2b52d29b01184670be74 to your computer and use it in GitHub Desktop.
unique id
const uuid = () => Date.now().toString(36) + Math.random().toString(36).substr(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment