Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created October 11, 2017 14:35
Show Gist options
  • Save zlatkov/6d2e3006addd24cd73e5b576312a1c98 to your computer and use it in GitHub Desktop.
Save zlatkov/6d2e3006addd24cd73e5b576312a1c98 to your computer and use it in GitHub Desktop.
console.log('Hi');
setTimeout(function cb1() {
console.log('cb1');
}, 5000);
console.log('Bye');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment