Line 86: | Line 86: | ||
function generateRandomNumber(min, max){ | function generateRandomNumber(min, max){ | ||
+ | console.log("random number func instantiated"); | ||
return Math.floor(Math.random() * (max - min) + min); | return Math.floor(Math.random() * (max - min) + min); | ||
} | } |
Revision as of 04:09, 27 September 2021
The team
Advisors
Principal Investigators
Funny moments