Skip to content

Commit 70edf9c

Browse files
authored
Update 4-random.js -- returned values to default
1 parent e86db1a commit 70edf9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const minimum = 1000;
2-
const maximum = 9999;
1+
const minimum = 1;
2+
const maximum = 100;
33

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

0 commit comments

Comments
 (0)