-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Translation 2 files to Ko #1076
Conversation
Thanks for the PR! This section of the codebase is owned by @bumkeyy - if they write a comment saying "LGTM" then it will be merged. |
@@ -0,0 +1,38 @@ | |||
//// { compiler: { target: 99 }, order: 1 } | |||
|
|||
// JavaScript를 쓰는 동안 JavaScript에서 표현할 수 있는 숫자의 크기에 |
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를 쓰는 동안 JavaScript에서 표현할 수 있는 숫자의 크기에 | |
// JavaScript에서 표현할 수 있는 숫자의 크기에 |
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.
[제안]
const maxHighValue = 9007199254740991; | ||
const maxLowValue = -9007199254740991; | ||
|
||
// 이 숫자보다 수가 하나라도 더 크거나 작으면 |
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.
// 이 숫자보다 수가 하나라도 더 크거나 작으면 | |
// 아래 숫자보다 수가 하나라도 더 크거나 작으면 |
9007199254740994; | ||
-9007199254740994; | ||
|
||
// 6진수 |
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.
// 6진수 | |
// 16진수 |
// | ||
// https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/BigInt | ||
|
||
// TypeScript는 이제 JavaScript에 유형이 |
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.
// TypeScript는 이제 JavaScript에 유형이 | |
// TypeScript는 이제 JavaScript에 타입이 |
// https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/BigInt | ||
|
||
// TypeScript는 이제 JavaScript에 유형이 | ||
// BigInt 여야 한다는 것을 알리는 접미사 "n"을 추가하는 |
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.
// BigInt 여야 한다는 것을 알리는 접미사 "n"을 추가하는 | |
// BigInt 여야 한다는 것을 알리는 접미사 "n"을 추가하여 |
// TypeScript는 이제 JavaScript에 유형이 | ||
// BigInt 여야 한다는 것을 알리는 접미사 "n"을 추가하는 | ||
// 2^52(양수/음수) 이상의 숫자 리터럴에 대한 | ||
// 숫자 리터럴을 위한 기능을 제공할 것입니다. |
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.
// 숫자 리터럴을 위한 기능을 제공할 것입니다. | |
// 기능을 제공합니다. |
고생하셨습니다 👍 |
많은 조언 감사합니다! 의견 주신대로 수정하였습니다. 시간 날 때 확인 부탁드립니다. @bumkeyy |
LGTM |
Merging because @bumkeyy is a code-owner of all the changes - thanks! |
en:
번역 리뷰 요청합니다 : @yeonjuan @guyeol @dvlprsh
ref #910