Skip to content

Instantly share code, notes, and snippets.

@joshuajhun
Last active April 27, 2016 16:00
Show Gist options
  • Save joshuajhun/7e7f091b7a46849b18e4359f634d7b53 to your computer and use it in GitHub Desktop.
Save joshuajhun/7e7f091b7a46849b18e4359f634d7b53 to your computer and use it in GitHub Desktop.
function suhDude(){
  alert(‘suh dude’);
}

function timedSuhDude(){
  setTimout(suhDude,3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment