const randomInt = Math.floor(Math.random() * 10) + 1;
console.log(randomInt);