return Math.floor(50 + Math.random()*50) => random number between 50…100
return Math.floor(50 + Math.random()*50)