[Javascript]: Simple way to create random strings in Javascript

Math.random().toString(36).substring(2)

No comments:

Post a Comment