Skip to content

Instantly share code, notes, and snippets.

/setinterval.js Secret

Created June 15, 2016 13:21
Show Gist options
  • Save anonymous/ece7e773bbb5a74b8363a21bd2a358ab to your computer and use it in GitHub Desktop.
Save anonymous/ece7e773bbb5a74b8363a21bd2a358ab to your computer and use it in GitHub Desktop.
setInterval(
function(){
update();
},
3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment