Generate random string

PHOTO EMBED

Fri May 13 2022 17:31:31 GMT+0000 (Coordinated Universal Time)

Saved by @desiboli #javascript

const randomString = Math.random().toString(36).slice(2);
console.log(randomString); //output- r0zf1xfqcr (the string will be random )
content_copyCOPY

https://dev.to/ikamran/7-killer-javascript-one-liners-that-you-must-know-2lla