(Math.floor (math.random () * 90000) 10000) .toString ();

var val = Math.floor(1000 + Math.random() * 9000);
console.log(val);
Nikita Gourevitch