Added instruction to correct task.
This commit is contained in:
parent
4a00819e87
commit
aeabf4bf9b
1 changed files with 3 additions and 1 deletions
|
@ -15,4 +15,6 @@ Examples of its work:
|
||||||
alert( random(1, 5) ); // 1
|
alert( random(1, 5) ); // 1
|
||||||
alert( random(1, 5) ); // 3
|
alert( random(1, 5) ); // 3
|
||||||
alert( random(1, 5) ); // 5
|
alert( random(1, 5) ); // 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use the solution of the [previous task](info:task/random-min-max) as the base.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue