-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[ko] Iterator.prototype.toArray() 신규 번역 외 #22652
Conversation
wisedog
commented
Jul 27, 2024
- Iterator.prototype.toArray() 신규 번역
- Number.isNaN() 최신 동기화
- Iterator.prototype.toArray() 신규 번역 - Number.isNaN() 최신 동기화
Preview URLs
Flaws (2)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
External URLs (2)URL:
URL:
(comment last updated: 2024-07-30 13:36:46) |
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.
@wisedog 님 고생 많으셨습니다.
몇 가지 리뷰사항 하기에 남겨두었습니다. 확인 부탁드립니다.
|
||
### 반환 값 | ||
|
||
생성된 순서대로 순회자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다.. |
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.
생성된 순서대로 순회자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다.. | |
생성된 순서대로 반복자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다. |
``` | ||
|
||
### 매개변수 | ||
|
||
- `value` | ||
- : {{jsxref("NaN")}}인지 판별할 값. | ||
- : The value to be tested for {{jsxref("NaN")}}. |
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 value to be tested for {{jsxref("NaN")}}. | |
- : "NaN"인지 검증할 값. |
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.
LGTM :)