Skip to content

Instantly share code, notes, and snippets.

@daniel12fsp
Created September 10, 2018 18:42
Show Gist options
  • Save daniel12fsp/4ffc489687eff90e986da775631dafe0 to your computer and use it in GitHub Desktop.
Save daniel12fsp/4ffc489687eff90e986da775631dafe0 to your computer and use it in GitHub Desktop.
Simple Random Id function
function randomId() {
return Math.random(23).toString(26).slice(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment