Skip to content

Commit 2c96046

Browse files
Add files via upload
1 parent bdc6294 commit 2c96046

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

project-10-digital-clock/main.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
const hourEl = document.getElementById("hours");
3+
4+
const minuteEl = document.getElementById("minutes");
5+
6+
const secondEl = document.getElementById("seconds");
7+
8+
const ampmEl = document.getElementById("am-pm");

0 commit comments

Comments
 (0)