Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created October 28, 2011 00:18
Show Gist options
  • Select an option

  • Save aaronpowell/1321278 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1321278 to your computer and use it in GitHub Desktop.
Q14 - The interval dance (answer)
setTimeout(function go() {
$.get('http://javascriptquiz.com/api/q14', function(response) {
//logic is not important to the demo
setTimeout(go, 30000);
});
}, 30000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment