Skip to content

Instantly share code, notes, and snippets.

@such
Created November 20, 2020 16:24
Show Gist options
  • Save such/1a8527126e922bf9a0aaec1cb48798a1 to your computer and use it in GitHub Desktop.
Save such/1a8527126e922bf9a0aaec1cb48798a1 to your computer and use it in GitHub Desktop.
setInterval(() => {
document.getElementById('my-countdown').textContent = new Date();
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment