Skip to content

Instantly share code, notes, and snippets.

@erdum
Last active November 29, 2023 11:23
Show Gist options
  • Save erdum/0966190c5afc63a3c43c019a8d7c9573 to your computer and use it in GitHub Desktop.
Save erdum/0966190c5afc63a3c43c019a8d7c9573 to your computer and use it in GitHub Desktop.
Generates a random string of alphanumeric characters with the specified length
btoa(Math.random()).substr(0, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment