I have to complete the same task but I'm stuck on this as the code seems to need the range to be declared first? So for example where it says (min - max +1) how am I supposed to know what range min and max represent here? Does anyone know?
Math.floor(Math.random() * (max - min + 1)) + min