Skip to content

Commit 161e375

Browse files
authored
Update practice.html
1 parent 301861f commit 161e375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practice.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</body>
104104
<script>
105105
const year = new Date().getFullYear();
106-
const myDate = new Date('Agu 28, 2023 00:00:00');
106+
const myDate = new Date('Aug 28, 2023 00:00:00');
107107
console.log(myDate);
108108

109109
// countdown

0 commit comments

Comments
 (0)