Closed ConnerConner96 closed 15 hours ago
Line 5 - Math.floor(Math.random() 100) + 1; -- changed into Math.floor(Math.random() 10) + 1; -- makes sure that number generated is between 1 and 10.
Line 5 - Math.floor(Math.random() 100) + 1; -- changed into Math.floor(Math.random() 10) + 1; -- makes sure that number generated is between 1 and 10.