-
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.toString() 신규 번역 외 #22187
Conversation
wisedog
commented
Jul 6, 2024
- TypedArray.prototype.toString() 신규 번역
- Array.prototype.toString() 최신화
- TypedArray.prototype.toString() 신규 번역 - Array.prototype.toString() 최신화
Preview URLs
Flaws (1)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
(comment last updated: 2024-08-01 23:09:00) |
@1ilsang 죄송한데, 이 PR 리뷰 부탁드려도 될까요? 🥹 |
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 님 안녕하세요. 기여해주셔서 감사합니다! 💯
몇 가지 코멘트 남겨두었습니다.
확인하시고 다시 리뷰 요청 부탁드리겠습니다. 🙇
질문이나 도움이 필요하시다면 언제든 멘션 부탁드리겠습니다.
|
||
```js | ||
console.log(Array.prototype.toString.call({ join: () => 1 })); | ||
// 1; a number |
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.
// 1; a number | |
// 1; 숫자 타입 |
--- | ||
|
||
{{JSRef}} | ||
|
||
**`toString()`** 메서드는 지정된 배열 및 그 요소를 나타내는 문자열을 반환합니다. | ||
{{jsxref("Array")}} 인스턴스의 **`toString()`** 메서드는 지정된 배열 및 그 요소를 나타내는 문자열을 반환합니다. |
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")}} 인스턴스의 **`toString()`** 메서드는 지정된 배열 및 그 요소를 나타내는 문자열을 반환합니다. | |
{{jsxref("Array")}} 인스턴스의 **`toString()`** 메서드는 | |
지정된 배열 및 그 요소를 나타내는 문자열을 반환합니다. |
줄 수는 원문과 동일하게 해주세요. 관련 논의는 여기에서 확인할 수 있습니다.