Skip to content

Instantly share code, notes, and snippets.

@alexturpin
Created January 10, 2019 20:20
Show Gist options
  • Save alexturpin/7045a69ef3eea19398b2092a36269a81 to your computer and use it in GitHub Desktop.
Save alexturpin/7045a69ef3eea19398b2092a36269a81 to your computer and use it in GitHub Desktop.
Quick and dirty "GUID"
const guid = () => Math.random().toString(36).substr(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment