Skip to content

Instantly share code, notes, and snippets.

@usmaanalii
Created September 7, 2017 07:45
Show Gist options
  • Save usmaanalii/f0fedc9697313a2480ce745ac1b4ce0b to your computer and use it in GitHub Desktop.
Save usmaanalii/f0fedc9697313a2480ce745ac1b4ce0b to your computer and use it in GitHub Desktop.
countdown = setInterval(() => {
// method
const secondsLeft = Math.round((then - Date.now()) / 1000);
}, 1000); // time delay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment