Skip to content

Commit 87fa152

Browse files
committed
[신규번역] random-min-max 해답 번역 3번째줄 번역 #1723
random-min-max 3번째 문장을 번역했습니다
1 parent 7230399 commit 87fa152

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

Diff for: 1-js/05-data-types/02-number/8-random-min-max/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
We need to "map" all values from the interval 0..1 into values from `min` to `max`.
22

3-
That can be done in two stages:
3+
이 작업은 두 단계로 이루어집니다.
44

55
1. If we multiply a random number from 0..1 by `max-min`, then the interval of possible values increases `0..1` to `0..max-min`.
66
2. Now if we add `min`, the possible interval becomes from `min` to `max`.

0 commit comments

Comments
 (0)