Skip to content

Commit 00a5f45

Browse files
matty255Violet-Bora-Lee
authored andcommitted
#1721 random-min-max 과제 번역 두번째 줄 번역
1 parent 6f0bc0d commit 00a5f45

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 2
44

55
# min과 max 사이에 있는 임의의 숫자 생성하기
66

7-
The built-in function `Math.random()` creates a random value from `0` to `1` (not including `1`).
7+
내장 함수 `Math.random()``0`부터 `1`까지의(`1`은 포함되지 않음) 랜덤한 값을 생성합니다.
88

99
`random(min, max)`함수를 작성하여 `min`부터 `max`까지 임의의 부동 소수점 숫자를 생성합니다(`max`는 포함되지 않음).
1010

0 commit comments

Comments
 (0)