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.filter() 신규 번역 #22881

Merged
merged 3 commits into from
Oct 27, 2024

Conversation

wisedog
Copy link
Contributor

@wisedog wisedog commented Aug 1, 2024

- Iterator.prototype.filter() 신규 번역
@wisedog wisedog requested a review from a team as a code owner August 1, 2024 23:28
@wisedog wisedog requested review from yechoi42 and removed request for a team August 1, 2024 23:28
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Aug 1, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

Preview URLs

Flaws (6)

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

  • 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
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator/forEach does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/forEach
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator/map does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/map
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/Iterator/some does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/some
    • and 1 more flaws omitted
External URLs (1)

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

(comment last updated: 2024-10-27 17:49:06)

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 :)

좋은 내용 배워갑니다!

}
}

const seq = fibonacci().filter((x) => x % 2 === 0);
Copy link
Member

Choose a reason for hiding this comment

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

array-like 가 아니여서 Array.prototype.filter()를 사용하지 못할것같은데 뭔가 표준이 새로 추가가 되었나봅니다.

=> 아 요게.. Iterator Helpers 군요.. https://github.com/tc39/proposal-iterator-helpers

@hochan222 hochan222 merged commit c2d1786 into mdn:main Oct 27, 2024
7 checks passed
ikenk pushed a commit to ikenk/translated-content that referenced this pull request Oct 29, 2024
* [ko] Iterator.prototype.filter() 신규 번역

- Iterator.prototype.filter() 신규 번역

* Update files/ko/web/javascript/reference/global_objects/iterator/filter/index.md

* Update files/ko/web/javascript/reference/global_objects/iterator/filter/index.md

---------

Co-authored-by: hochan Lee <[email protected]>
ikenk pushed a commit to ikenk/translated-content that referenced this pull request Oct 31, 2024
* [ko] Iterator.prototype.filter() 신규 번역

- Iterator.prototype.filter() 신규 번역

* Update files/ko/web/javascript/reference/global_objects/iterator/filter/index.md

* Update files/ko/web/javascript/reference/global_objects/iterator/filter/index.md

---------

Co-authored-by: hochan Lee <[email protected]>
@wisedog wisedog deleted the js/iterator-filter branch November 18, 2024 00:09
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