Random name with numbers and letters

Is possible to create a script with a random name like

a1b2c3d4

with random numers and letters?

So every loop the name changes.
I’m a new user and i’m not so practical ^^

return Math.random().toString(36).substr(2, 8);

1 Like

Also useful:

1 Like

Thank you very much!

for generating random name we can use namecombiner.info