Skip to content

Instantly share code, notes, and snippets.

@thebird
Created April 15, 2012 07:51
Show Gist options
  • Save thebird/2390778 to your computer and use it in GitHub Desktop.
Save thebird/2390778 to your computer and use it in GitHub Desktop.
SetTimeout for Morgan :)
setTimeout(function() {
alert('Hey morgan its Brad! This happened 3 seconds after you called this function :)')
}, 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment