잘 기억이 안나서 그때그때 적어봄
console.log(Math.floor(Math.random()*100)); //1~100까지난수의발생 random console.log(Math.ceil(Math.random()*100)); //0과 1사이이의 값이 난수