We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe653b4 commit ab645c6Copy full SHA for ab645c6
index.html
@@ -12,6 +12,6 @@
12
let clock = document.getElementById('clock')
13
setInterval(() => {
14
clock.innerText = performance.now().toFixed()
15
- }, 100)
+ }, 10)
16
</script>
17
</body>
0 commit comments