#1720 random-min-max 해답 번역 첫번째 줄#1732
Open
kenna-hwa wants to merge 7 commits intojavascript-tutorial:masterfrom
Open
#1720 random-min-max 해답 번역 첫번째 줄#1732kenna-hwa wants to merge 7 commits intojavascript-tutorial:masterfrom
kenna-hwa wants to merge 7 commits intojavascript-tutorial:masterfrom
Conversation
| @@ -1,4 +1,4 @@ | |||
| We need to "map" all values from the interval 0..1 into values from `min` to `max`. | |||
| 우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다. | |||
Member
There was a problem hiding this comment.
Suggested change
| 우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다. | |
| 우리는 0부터 1까지의 모든 값을 `min`부터 `max`까지의 범위로 '매핑' 해야합니다. |
Member
There was a problem hiding this comment.
Violet-Bora-Lee
requested changes
Dec 1, 2023
| @@ -1,4 +1,4 @@ | |||
| We need to "map" all values from the interval 0..1 into values from `min` to `max`. | |||
| 우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다. | |||
Member
There was a problem hiding this comment.
|
Please make the requested changes. After it, add a comment "/done". |
…ndom-min-max-task-11 javascript-tutorial#1724 random min max 과제 번역11번째줄
Author
|
/done |
Violet-Bora-Lee
requested changes
Dec 6, 2023
Member
Violet-Bora-Lee
left a comment
There was a problem hiding this comment.
PR에 본인이 작성하지 않은 커밋들이 들어가있습니다.
작업 브랜치를 적절히 갱신해주세요.
|
Please make the requested changes. After it, add a comment "/done". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
[신규 번역]
숫자형 과제 번역 (random-min-max 과제 해설의 첫번째 줄)
연관 이슈
#1720
Pull Request 체크리스트
TODO