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 e86db1a commit 70edf9cCopy full SHA for 70edf9c
Sprint-1/1-key-exercises/4-random.js
@@ -1,5 +1,5 @@
1
-const minimum = 1000;
2
-const maximum = 9999;
+const minimum = 1;
+const maximum = 100;
3
4
num = Math.floor(Math.random() * (maximum - minimum) + 1);
5
0 commit comments