Skip to content

Instantly share code, notes, and snippets.

@ChaseWest
Last active August 29, 2015 14:01
Show Gist options
  • Save ChaseWest/b99e4714652cfed6b15e to your computer and use it in GitHub Desktop.
Save ChaseWest/b99e4714652cfed6b15e to your computer and use it in GitHub Desktop.
Generate a random string (ex: "5ons00tkwfsnstt9")
function getRandomKey(){
Math.random().toString(36).slice(2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment