const string_length = 10 [...Array(string_length)].map(i=>(~~(Math.random()*36)).toString(36)).join('')