-
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] TypedArray.prototype.toSorted() 신규 번역 외 #22332
Conversation
wisedog
commented
Jul 9, 2024
- TypedArray.prototype.toSorted() 신규 번역
- Array.prototype.toSorted() 최신화
- TypedArray.prototype.toSorted() 신규 번역 - Array.prototype.toSorted() 최신화
Preview URLs
Flaws (1)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 08:49:09) |
files/ko/web/javascript/reference/global_objects/typedarray/tosorted/index.md
Outdated
Show resolved
Hide resolved
…sorted/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 님, 오타가 있어 코멘트 남겼습니다. 확인 부탁드립니다.
--- | ||
|
||
{{JSRef}} | ||
|
||
{{jsxref("Array")}}의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#copying_methods_and_mutating_methods) 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다. | ||
{{jsxref("Array")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#복사_메서드와_변경_메서드mutating_method) 버전의 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다. |
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")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#복사_메서드와_변경_메서드mutating_method) 버전의 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다. | |
{{jsxref("Array")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/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.
오름 차순으로 정렬된 요소가 있는 새로운 형식화 배열. | |
오름차순으로 정렬된 요소가 있는 새로운 형식화 배열. |
수정 부탁드립니다.
@sunhpark42 수정 완료했습니다~ |
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.
수정사항 확인하여 머지 하겠습니다.
빠른 반영 감사합니다!