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

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