Skip to content

Commit c2d9d79

Browse files
committed
random-min-max 과제 문제 번역 세번째 줄(#1719)
1 parent c1dcfe9 commit c2d9d79

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 2
66

77
The built-in function `Math.random()` creates a random value from `0` to `1` (not including `1`).
88

9-
Write the function `random(min, max)` to generate a random floating-point number from `min` to `max` (not including `max`).
9+
`random(min, max)`함수를 작성하여 `min`부터 `max`까지 임의의 부동 소수점 숫자를 생성합니다.(`max`는 포함되지 않음).
1010

1111
Examples of its work:
1212

0 commit comments

Comments
 (0)