Skip to content

Instantly share code, notes, and snippets.

@PantherHawk
Last active March 11, 2017 22:17
Show Gist options
  • Save PantherHawk/522570a079f5065696ef4d6971b68343 to your computer and use it in GitHub Desktop.
Save PantherHawk/522570a079f5065696ef4d6971b68343 to your computer and use it in GitHub Desktop.
function a() {
setTimeOut(function() {
console.log('a');
b();
}, 2000);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment