Skip to content

Commit f3afc49

Browse files
authored
answering acording to the questions
1 parent e88b81f commit f3afc49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sprint-1/1-key-exercises/4-random.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ const num = Math.floor(Math.random() * (maximum - minimum + 1)) + minimum;
88
// It will help to think about the order in which expressions are evaluated
99
// Try logging the value of num and running the program several times to build an idea of what the program is doing
1010

11-
// Answer
11+
12+
13+
Answer
1214

1315
// 1.
1416
// The num in this scenario represent any integer between 1 and 100

0 commit comments

Comments
 (0)