Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created March 2, 2014 09:17
Show Gist options
  • Select an option

  • Save leonguyen/9303986 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/9303986 to your computer and use it in GitHub Desktop.
setTimeout
setTimeout(function(){
//Code here
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment