ランダムな数値を出す。 const numbers = [1, 2, 3, 4, 5]; for(let i = 5; i > 0; i–){ const randomNum = Math.floor(Math.ra…