Skip to content

Instantly share code, notes, and snippets.

@Zetaphor
Created April 30, 2018 17:39
Show Gist options
  • Save Zetaphor/9aad5552843c4a7ac197813ae6db4529 to your computer and use it in GitHub Desktop.
Save Zetaphor/9aad5552843c4a7ac197813ae6db4529 to your computer and use it in GitHub Desktop.
Javascript Random String
Math.random().toString(36).split('0.')[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment