create random 6 digit number js code example Example: javascript get a random number with 6 digits Math.floor(100000 + Math.random() * 900000);