Skip to content

Instantly share code, notes, and snippets.

@lyricalpaws
Created March 20, 2018 13:57
Show Gist options
  • Select an option

  • Save lyricalpaws/c158fd9d782634d921aa4b8836593f72 to your computer and use it in GitHub Desktop.

Select an option

Save lyricalpaws/c158fd9d782634d921aa4b8836593f72 to your computer and use it in GitHub Desktop.
Creates a random string of letters and numbers in JavaScript!
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