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

Commit2cb2caa

Browse files
committed
1 parent1f5bf0e commit2cb2caa

File tree

1 file changed

+13
-5
lines changed
  • 1-js/05-data-types/11-date/5-last-day-of-month

1 file changed

+13
-5
lines changed

‎1-js/05-data-types/11-date/5-last-day-of-month/task.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ importance: 5
44

55
#Last day of month?
66

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

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

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

14-
For instance,`getLastDayOfMonth(2012, 1) = 29` (leap year, Feb).
13+
파라미터:
14+
15+
#-`year` -- four-digits year, for instance 2012.
16+
#-`month` -- month, from 0 to 11.
17+
18+
-`year` -- 네자리 연도 (예 : 2012).
19+
-`month` -- 월, 0에서 11 사이입니다., from 0 to 11.
20+
21+
#For instance,`getLastDayOfMonth(2012, 1) = 29` (leap year, Feb).
22+
예를 들어`getLastDayOfMonth (2012, 1) = 29` (2 월 윤년)입니다.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp