Skip to content

Instantly share code, notes, and snippets.

@64lines
Created April 18, 2014 03:58
Show Gist options
  • Save 64lines/11024244 to your computer and use it in GitHub Desktop.
Save 64lines/11024244 to your computer and use it in GitHub Desktop.
[JAVASCRIPT] - Set Interval
setInterval(function() {
// Execute ever single second.
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment