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