JavaScript mendapatkan nomor acak dengan 6 digit

Math.floor(100000 + Math.random() * 900000);
Dangerous Dog