Skip to content

Instantly share code, notes, and snippets.

@wiky
Last active December 22, 2015 10:58
Show Gist options
  • Save wiky/6461943 to your computer and use it in GitHub Desktop.
Save wiky/6461943 to your computer and use it in GitHub Desktop.
uuid
function uuid() {
return (Math.random()).toString(36).slice(2, 7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment