Skip to content

Commit

Permalink
random-min-max 과제 문제 번역 세번째 줄(javascript-tutorial#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Largopie committed Dec 1, 2023
1 parent 7230399 commit 14a070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/05-data-types/02-number/8-random-min-max/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ importance: 2

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

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

예시를 살펴봅시다.

Expand Down

0 comments on commit 14a070c

Please sign in to comment.