Skip to content

Commit 102a578

Browse files
committed
#1724 random min max 과제 번역11번째줄
1 parent c1dcfe9 commit 102a578

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The built-in function `Math.random()` creates a random value from `0` to `1` (no
88

99
Write the function `random(min, max)` to generate a random floating-point number from `min` to `max` (not including `max`).
1010

11-
Examples of its work:
11+
예시를 살펴봅시다.
1212

1313
```js
1414
alert( random(1, 5) ); // 1.2345623452

0 commit comments

Comments
 (0)