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 6109448 commit 4a00819Copy full SHA for 4a00819
1-js/05-data-types/02-number/8-random-min-max/task.md
@@ -15,5 +15,3 @@ alert( random(1, 5) ); // 1.2345623452
15
alert( random(1, 5) ); // 3.7894332423
16
alert( random(1, 5) ); // 4.3435234525
17
```
18
-
19
-You can use the solution of the [previous task](info:task/random-min-max) as the base.
0 commit comments