Skip to content

Instantly share code, notes, and snippets.

@alegut
Created January 23, 2019 19:00
Show Gist options
  • Save alegut/31a0bff0daf5b68d3ecc90030a6b4918 to your computer and use it in GitHub Desktop.
Save alegut/31a0bff0daf5b68d3ecc90030a6b4918 to your computer and use it in GitHub Desktop.
Random String JS
const rand = Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment