We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50ff10 commit e774030Copy full SHA for e774030
4 files changed
.DS_Store
0 Bytes
clock_demo/index.html
@@ -76,7 +76,7 @@
76
}
77
78
updateClock();
79
- setInterval(updateClock, 10);
+ setInterval(updateClock, 1000);
80
</script>
81
</body>
82
0 commit comments