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] sync Web/JavaScript/Reference/Global_Objects/Date/now #26244

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nyanrus
Copy link
Contributor

@nyanrus nyanrus commented Mar 8, 2025

Description

Web/JavaScript/Reference/Global_Objects/Date/now를 최신 원문과 동기화 합니다.

Motivation

Additional details

Related issues and pull requests

읽어 주셔서 감사합니다. 좋은 하루 보내세요!

@nyanrus nyanrus requested a review from a team as a code owner March 8, 2025 14:11
@nyanrus nyanrus requested review from 1ilsang and removed request for a team March 8, 2025 14:11
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Mar 8, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Mar 8, 2025

Preview URLs

Flaws (1)

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Date/now
Title: Date.now()
Flaw count: 1

  • macros:
    • Macro produces link /ko/docs/Web/JavaScript/Reference/Global_Objects/Function/prototype which is a redirect
External URLs (1)

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Date/now
Title: Date.now()

(comment last updated: 2025-03-08 14:15:29)

Copy link
Member

@1ilsang 1ilsang left a comment

Choose a reason for hiding this comment

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

@nyanrus 님 안녕하세요. 기여해주셔서 감사합니다! 💯

몇 가지 코멘트 남겨두었습니다.

확인하시고 다시 리뷰 요청 부탁드리겠습니다. 🙇

질문이나 도움이 필요하시다면 언제든 멘션 부탁드리겠습니다.

1970년 1월 1일 0시 0분 0초부터 현재까지 경과된 밀리초를 나타내는 **숫자**입니다.

## 설명
### 인자
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
### 인자
### 매개변수

문서의 통일성을 위해 용어를 맞추고 있습니다.

용어집은 Glossary guide에서 확인할 수 있습니다.

Date.now();
// 값은 아마도:
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
// 값은 아마도:
// 값은 아마도 아래와 같습니다.

쌍점(:), 쌍반점(;)은 온점(.)으로 치환해 주세요.


- {{domxref("Performance.now()")}} — provides timestamps with sub-millisecond resolution for use in measuring web page performance
- {{domxref("console.time()")}} / {{domxref("console.timeEnd()")}}
- [Polyfill of `Date.now` in `core-js`](https://github.com/zloirock/core-js#ecmascript-date)
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
- [Polyfill of `Date.now` in `core-js`](https://github.com/zloirock/core-js#ecmascript-date)
- [`core-js``Date.now` 폴리필](https://github.com/zloirock/core-js#ecmascript-date)

같이 보기 영역도 같이 번역 부탁드리겠습니다.

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