We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ccab3 commit e86db1aCopy full SHA for e86db1a
Sprint-1/1-key-exercises/4-random.js
@@ -3,7 +3,7 @@ const maximum = 9999;
3
4
num = Math.floor(Math.random() * (maximum - minimum) + 1);
5
6
-console.log(num);
+//console.log(num);
7
8
// In this exercise, you will need to work out what num represents?
9
// Try breaking down the expression and using documentation to explain what it means
0 commit comments