We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dcfe9 commit c2d9d79Copy full SHA for c2d9d79
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
Examples of its work:
12
0 commit comments