Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active September 28, 2017 11:56
Show Gist options
  • Select an option

  • Save isummation/9d16b3082c36f7becce3480c685d990c to your computer and use it in GitHub Desktop.

Select an option

Save isummation/9d16b3082c36f7becce3480c685d990c to your computer and use it in GitHub Desktop.
setTimeout(function(){
console.log("callled later");
}, 1000);
console.log("Called first");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment