Last active
December 17, 2015 09:29
-
-
Save powerc9000/5587868 to your computer and use it in GitHub Desktop.
Some Gists for My Clay's code corner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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