// Javascript function getRandomInt(max) { return Math.floor(Math.random() * max); } console.log(getRandomInt(10)); // Integer values: [0, 9]