Skip to content

Instantly share code, notes, and snippets.

@powerc9000
Last active December 17, 2015 09:29
Show Gist options
  • Save powerc9000/5587868 to your computer and use it in GitHub Desktop.
Save powerc9000/5587868 to your computer and use it in GitHub Desktop.
Some Gists for My Clay's code corner
setTimeout(function(){
//timeout code goes here
//will run this code after 1000 miliseconds
//1000 miliseconds = 1 second
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment