Skip to content

Instantly share code, notes, and snippets.

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