We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb3fa7 commit fdea316Copy full SHA for fdea316
1-js/05-data-types/02-number/8-random-min-max/task.md
@@ -6,7 +6,7 @@ importance: 2
6
7
The built-in function `Math.random()` creates a random value from `0` to `1` (not including `1`).
8
9
-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`는 포함되지 않음).
10
11
예시를 살펴봅시다.
12
0 commit comments