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

Commitce561ee

Browse files
update and clean files
1 parent55fd9ba commitce561ee

File tree

7 files changed

+2
-107
lines changed

7 files changed

+2
-107
lines changed

‎projects/basic-calculator/script.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

‎projects/image-search-app/app.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

‎projects/new-year-countdown/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<h2>Countdown to New Year</h2>
12-
<divclass="year">2022</div>
12+
<divclass="year">2024</div>
1313
<divclass="countdown">
1414
<divid="day">00</div>
1515
<divid="hour">00</div>

‎projects/new-year-countdown/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const hourEl = document.getElementById("hour");
33
constminuteEl=document.getElementById("minute");
44
constsecondEl=document.getElementById("second");
55

6-
constnewYearTime=newDate("Jan 1,2022 00:00:00").getTime();
6+
constnewYearTime=newDate("Jan 1,2024 00:00:00").getTime();
77

88
updateCountdown();
99

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp