Skip to content

Instantly share code, notes, and snippets.

@stephenbelyea
Created July 25, 2019 01:56
Show Gist options
  • Save stephenbelyea/ede6a4336750b3077d6b054fc1ab93d9 to your computer and use it in GitHub Desktop.
Save stephenbelyea/ede6a4336750b3077d6b054fc1ab93d9 to your computer and use it in GitHub Desktop.
JS Utils
function generateId() {
return Math.random()
.toString(36)
.substring(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment