Sentence in the wrong task

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

View file

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