var rand = "_" + Math.random().toString(36).substr(2, 9); console.log(rand) // or use this var e = Math.random().toString(31).substring(2) console.log(e)