Skip to content

Commit 4a00819

Browse files
authored
Sentence in the wrong task
1 parent 6109448 commit 4a00819

File tree

1 file changed

+0
-2
lines changed
  • 1-js/05-data-types/02-number/8-random-min-max

1 file changed

+0
-2
lines changed

1-js/05-data-types/02-number/8-random-min-max/task.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ alert( random(1, 5) ); // 1.2345623452
1515
alert( random(1, 5) ); // 3.7894332423
1616
alert( random(1, 5) ); // 4.3435234525
1717
```
18-
19-
You can use the solution of the [previous task](info:task/random-min-max) as the base.

0 commit comments

Comments
 (0)