Generates a random alphanumeric string of a specified length.
The desired length of the string (default: 36)
A random string
const str = randomString(10); Copy
const str = randomString(10);
Generates a random alphanumeric string of a specified length.