Tyumen Industrial University
I want to learn something new at RS School
function getRndInteger(min, max) { return Math.floor(Math.random() * (max - min) ) + min; }
My Project