Skip to content

Instantly share code, notes, and snippets.

@darookee
Created November 5, 2012 11:06
Show Gist options
  • Select an option

  • Save darookee/4016662 to your computer and use it in GitHub Desktop.

Select an option

Save darookee/4016662 to your computer and use it in GitHub Desktop.
RandomID in JS
Math.random().toString(16).substring(2,15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment