We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1dcfe9 + 102a578 commit 7230399Copy full SHA for 7230399
1-js/05-data-types/02-number/8-random-min-max/task.md
@@ -8,7 +8,7 @@ The built-in function `Math.random()` creates a random value from `0` to `1` (no
8
9
Write the function `random(min, max)` to generate a random floating-point number from `min` to `max` (not including `max`).
10
11
-Examples of its work:
+예시를 살펴봅시다.
12
13
```js
14
alert( random(1, 5) ); // 1.2345623452
0 commit comments