Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b437f7

Browse files
committed
adding script wesbos#2
1 parent 02b0b18 commit 2b437f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02 - JS and CSS Clock/index-START.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
function setDate() {
7979
const now = new Date();
80+
8081
const seconds = now.getSeconds();
8182
const mins = now.getMinutes();
8283
const hours = now.getHours();

0 commit comments

Comments
 (0)