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

-35
This file was deleted.

projects/image-search-app/app.js

-70
This file was deleted.

projects/new-year-countdown/index.html

+1-1
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

+1-1
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)