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 4a00819 commit aeabf4bCopy full SHA for aeabf4b
1-js/05-data-types/02-number/9-random-int-min-max/task.md
@@ -15,4 +15,6 @@ Examples of its work:
15
alert( random(1, 5) ); // 1
16
alert( random(1, 5) ); // 3
17
alert( random(1, 5) ); // 5
18
-```
+```
19
+
20
+You can use the solution of the [previous task](info:task/random-min-max) as the base.
0 commit comments