- Notifications
You must be signed in to change notification settings - Fork849
#1722 random-min-max 과제 번역 6, 8번째 줄#1731
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
#1722 random-min-max 과제 번역 6, 8번째 줄#1731
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedDec 1, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@@ -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.
여전히 이부분이 번역이 잘 안되어있어요.
원문이 잘 반영되어있는지 위, 아래 글과 연관지어서 확인부탁드립니다.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 <learnerbr@gmail.com>
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.
코멘트 달아두었습니다.
javascript-translate-bot commentedDec 6, 2023
Please make the requested changes. After it, add a comment "/done". |
요약
https://ko.javascript.info/number#tasks 6, 8번째 줄 solution 부분
연관 이슈
#1722
Pull Request 체크리스트
TODO