-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1722 random-min-max 과제 번역 6, 8번째 줄 #1731
base: master
Are you sure you want to change the base?
#1722 random-min-max 과제 번역 6, 8번째 줄 #1731
Conversation
@@ -3,9 +3,9 @@ We need to "map" all values from the interval 0..1 into values from `min` to `ma | |||
That can be done in two stages: | |||
|
|||
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`가 됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
콤마 이후의 문장(the possible interval becomes from
minto
max.
) 번역이 누락되어 있습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여전히 이부분이 번역이 잘 안되어있어요.
원문이 잘 반영되어있는지 위, 아래 글과 연관지어서 확인부탁드립니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 달아두었습니다.
Co-authored-by: Bora Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
바꾸겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코멘트 달아두었습니다.
Please make the requested changes. After it, add a comment "/done". |
요약
https://ko.javascript.info/number#tasks 6, 8번째 줄 solution 부분
연관 이슈
#1722
Pull Request 체크리스트
TODO