Skip to content

Commit

Permalink
javascript-tutorial#1720 random-min-max 해답 번역 첫번째 줄
Browse files Browse the repository at this point in the history
  • Loading branch information
kenna-hwa committed Dec 1, 2023
1 parent c1dcfe9 commit 3c18ad2
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/solution.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
We need to "map" all values from the interval 0..1 into values from `min` to `max`.
우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다.

That can be done in two stages:

Expand Down

0 comments on commit 3c18ad2

Please sign in to comment.