Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created August 30, 2013 20:37
Show Gist options
  • Save rblakejohnson/6394036 to your computer and use it in GitHub Desktop.
Save rblakejohnson/6394036 to your computer and use it in GitHub Desktop.
JS: setTimeout
window.setTimeout(
function() {
},
1000
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment