#1722 random-min-max 과제 번역 6, 8번째 줄#1731
Open
librarian00 wants to merge 2 commits intojavascript-tutorial:masterfrom
Open
#1722 random-min-max 과제 번역 6, 8번째 줄#1731librarian00 wants to merge 2 commits intojavascript-tutorial:masterfrom
librarian00 wants to merge 2 commits intojavascript-tutorial:masterfrom
Conversation
|
|
||
| 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`. | ||
| 2. Now if we add `min`, the possible interval becomes from `min` to `max`. | ||
| 2. 이제 `min`을 더하면 `min`에서 `max`가 됩니다. |
Member
There was a problem hiding this comment.
콤마 이후의 문장(the possible interval becomes from mintomax.) 번역이 누락되어 있습니다.
Member
There was a problem hiding this comment.
여전히 이부분이 번역이 잘 안되어있어요.
원문이 잘 반영되어있는지 위, 아래 글과 연관지어서 확인부탁드립니다.
Co-authored-by: Bora Lee <learnerbr@gmail.com>
|
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.
요약
https://ko.javascript.info/number#tasks 6, 8번째 줄 solution 부분
연관 이슈
#1722
Pull Request 체크리스트
TODO