Skip to content

Commit e86db1a

Browse files
authored
Update 4-random.js -- Removed testing line
1 parent 27ccab3 commit e86db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const maximum = 9999;
33

44
num = Math.floor(Math.random() * (maximum - minimum) + 1);
55

6-
console.log(num);
6+
//console.log(num);
77

88
// In this exercise, you will need to work out what num represents?
99
// Try breaking down the expression and using documentation to explain what it means

0 commit comments

Comments
 (0)