Skip to content

Commit ce561ee

Browse files
update and clean files
1 parent 55fd9ba commit ce561ee

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-
<div class="year">2022</div>
12+
<div class="year">2024</div>
1313
<div class="countdown">
1414
<div id="day">00</div>
1515
<div id="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
const minuteEl = document.getElementById("minute");
44
const secondEl = document.getElementById("second");
55

6-
const newYearTime = new Date("Jan 1, 2022 00:00:00").getTime();
6+
const newYearTime = new Date("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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy