javascript get random character from string

55

random alphabet javascript -

Math.random().toString(36).substr(2, 5);

Comments

Submit
0 Comments