JavaScript erhält eine Zufallszahl mit 6 Ziffern

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