We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b0b18 commit 2b437f7Copy full SHA for 2b437f7
02 - JS and CSS Clock/index-START.html
@@ -77,6 +77,7 @@
77
78
function setDate() {
79
const now = new Date();
80
+
81
const seconds = now.getSeconds();
82
const mins = now.getMinutes();
83
const hours = now.getHours();
0 commit comments