-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
base: main
Are you sure you want to change the base?
Conversation
files/ko/web/javascript/reference/global_objects/date/now/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/date/now/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/date/now/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/date/now/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Preview URLs Flaws (1)URL:
External URLs (1)URL:
(comment last updated: 2025-03-08 14:15:29) |
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.
@nyanrus 님 안녕하세요. 기여해주셔서 감사합니다! 💯
몇 가지 코멘트 남겨두었습니다.
확인하시고 다시 리뷰 요청 부탁드리겠습니다. 🙇
질문이나 도움이 필요하시다면 언제든 멘션 부탁드리겠습니다.
1970년 1월 1일 0시 0분 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.
Date.now(); | ||
// 값은 아마도: |
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.
// 값은 아마도: | |
// 값은 아마도 아래와 같습니다. |
쌍점(:), 쌍반점(;)은 온점(.)으로 치환해 주세요.
|
||
- {{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) |
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.
- [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) |
같이 보기 영역도 같이 번역 부탁드리겠습니다.
Description
Web/JavaScript/Reference/Global_Objects/Date/now를 최신 원문과 동기화 합니다.
Motivation
Additional details
Related issues and pull requests
읽어 주셔서 감사합니다. 좋은 하루 보내세요!