-
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.filter() 신규 번역 #22881
Conversation
wisedog
commented
Aug 1, 2024
•
edited
Loading
edited
- Iterator.prototype.filter() 신규 번역
- Iterator.prototype.filter() 신규 번역
Preview URLs Flaws (6)URL:
External URLs (1)URL:
(comment last updated: 2024-10-27 17:49:06) |
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 :)
좋은 내용 배워갑니다!
files/ko/web/javascript/reference/global_objects/iterator/filter/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/iterator/filter/index.md
Outdated
Show resolved
Hide resolved
} | ||
} | ||
|
||
const seq = fibonacci().filter((x) => x % 2 === 0); |
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.
array-like 가 아니여서 Array.prototype.filter()
를 사용하지 못할것같은데 뭔가 표준이 새로 추가가 되었나봅니다.
=> 아 요게.. Iterator Helpers 군요.. https://github.com/tc39/proposal-iterator-helpers
* [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]>
* [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]>