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

#383 translate#391

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

Closed
Closed
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
18 changes: 13 additions & 5 deletions1-js/05-data-types/11-date/5-last-day-of-month/task.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,11 +4,19 @@ importance: 5

# Last day of month?

Write a function `getLastDayOfMonth(year, month)` that returns the last day of month. Sometimes it is 30th, 31st or even 28/29th for Feb.
#Write a function `getLastDayOfMonth(year, month)` that returns the last day of month. Sometimes#it is 30th, 31st or even 28/29th for Feb.

Parameters:
마지막 달을 반환하는 함수 'getLastDayOfMonth (year, month)`를 작성하십시오. 때때로 이것은 30일, 31일 또는 2월 28/29 일입니다.

- `year` -- four-digits year, for instance 2012.
- `month` -- month, from 0 to 11.
#Parameters:

For instance, `getLastDayOfMonth(2012, 1) = 29` (leap year, Feb).
파라미터:

#- `year` -- four-digits year, for instance 2012.
#- `month` -- month, from 0 to 11.

- `year` -- 네자리 연도 (예 : 2012).
- `month` -- 월, 0에서 11 사이입니다., from 0 to 11.

#For instance, `getLastDayOfMonth(2012, 1) = 29` (leap year, Feb).
예를 들어`getLastDayOfMonth (2012, 1) = 29` (2 월 윤년)입니다.

[8]ページ先頭

©2009-2025 Movatter.jp