Returns a string of random letters and numbers of a given length.
length
string(); // Random string of length 5string(4); // eg. `4afd` Copy
string(); // Random string of length 5string(4); // eg. `4afd`
Length of random string, or options.
Random string
Returns a string of random letters and numbers of a given
length
.