Added instruction to correct task.

This commit is contained in:
Brent Guffens 2018-01-21 13:08:31 +01:00 committed by GitHub
parent 4a00819e87
commit aeabf4bf9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,3 +16,5 @@ alert( random(1, 5) ); // 1
alert( random(1, 5) ); // 3
alert( random(1, 5) ); // 5
```
You can use the solution of the [previous task](info:task/random-min-max) as the base.