Skip to content
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

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

wisedog
Copy link
Contributor

@wisedog wisedog commented Jul 27, 2024

  • Iterator.prototype.toArray() 신규 번역
  • Number.isNaN() 최신 동기화

- Iterator.prototype.toArray() 신규 번역
- Number.isNaN() 최신 동기화
@wisedog wisedog requested a review from a team as a code owner July 27, 2024 08:49
@wisedog wisedog requested review from hochan222 and removed request for a team July 27, 2024 08:49
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Jul 27, 2024
Copy link
Contributor

github-actions bot commented Jul 27, 2024

Preview URLs

Flaws (2)

Note! 1 document with no flaws that don't need to be listed. 🎉

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator/toArray
Title: Iterator.prototype.toArray()
Flaw count: 2

  • macros:
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
External URLs (2)

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator/toArray
Title: Iterator.prototype.toArray()


URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN
Title: Number.isNaN()

(comment last updated: 2024-07-30 13:36:46)

Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wisedog 님 고생 많으셨습니다.

몇 가지 리뷰사항 하기에 남겨두었습니다. 확인 부탁드립니다.


### 반환 값

생성된 순서대로 순회자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다..
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
생성된 순서대로 순회자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다..
생성된 순서대로 반복자로부터 온 객체를 포함하는 {{jsxref("Array")}} 인스턴스입니다.

```

### 매개변수

- `value`
- : {{jsxref("NaN")}}인지 판별할 값.
- : The value to be tested for {{jsxref("NaN")}}.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- : The value to be tested for {{jsxref("NaN")}}.
- : "NaN"인지 검증할 값.

@wisedog wisedog requested a review from hochan222 July 30, 2024 13:43
Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@hochan222 hochan222 merged commit 3aa24dc into mdn:main Sep 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants