Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[숫자형] 오타 수정#1790

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
yeganghwang wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromyeganghwang:patch-1
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions1-js/05-data-types/11-date/3-weekday/task.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,6 @@ importance: 5
유럽국가의 달력은 월요일부터 시작합니다(월요일-1, 화요일-2, ... 일요일-7). '유럽' 기준 숫자를 반환해주는 함수 `getLocalDay(date)`를 만들어보세요.

```js no-beautify
let date = new Date(2019, 11, 5); // 2019년11월 5일
alert( getLocalDay(date) ); //금요일이므로, 5가 출력되어야 함
```
let date = new Date(2019, 11, 5); // 2019년12월 5일
alert( getLocalDay(date) ); //목요일이므로, 4가 출력되어야 함
```

[8]ページ先頭

©2009-2025 Movatter.jp