Skip to content

Instantly share code, notes, and snippets.

@shishir
Created June 4, 2015 08:43
Show Gist options
  • Save shishir/1448b8bc223c7f3d8c97 to your computer and use it in GitHub Desktop.
Save shishir/1448b8bc223c7f3d8c97 to your computer and use it in GitHub Desktop.
Random password in javascript
Math.random().toString(36).slice(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment