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 e88b81f commit f3afc49Copy full SHA for f3afc49
Sprint-1/1-key-exercises/4-random.js
@@ -8,7 +8,9 @@ const num = Math.floor(Math.random() * (maximum - minimum + 1)) + minimum;
8
// It will help to think about the order in which expressions are evaluated
9
// Try logging the value of num and running the program several times to build an idea of what the program is doing
10
11
-// Answer
+
12
13
+Answer
14
15
// 1.
16
// The num in this scenario represent any integer between 1 and 100
0 commit comments