Skip to content

Commit

Permalink
Add tick loop
Browse files Browse the repository at this point in the history
  • Loading branch information
norwd authored Oct 28, 2024
1 parent 825080c commit cd9ea93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
ThisTimeStamp - Testing
</title>
<script type="text/javascript">
function tick() {
console.log(new Date());
setTimeout(tick);
}

console.log("Hello World!");
</script>
</head>
<body>
<p id="#clockFace"></p>
</body>
</html>

0 comments on commit cd9ea93

Please sign in to comment.