Skip to content

Instantly share code, notes, and snippets.

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