Skip to content

Instantly share code, notes, and snippets.

@DannyDelott
Last active August 29, 2015 14:15
Show Gist options
  • Save DannyDelott/ba5bfd3a0a951c874e94 to your computer and use it in GitHub Desktop.
Save DannyDelott/ba5bfd3a0a951c874e94 to your computer and use it in GitHub Desktop.
Standard setInterval() implementation
var interval = setInterval(function() {
// all my code
}, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment