Skip to content

Instantly share code, notes, and snippets.

@Guseyn
Created January 29, 2020 12:58
Show Gist options
  • Save Guseyn/eeefa0375468904915075364208c68ba to your computer and use it in GitHub Desktop.
Save Guseyn/eeefa0375468904915075364208c68ba to your computer and use it in GitHub Desktop.
function foo() {
console.error('foo');
}
process.nextTick(foo);
console.error('bar');
console.error('bar');
process.nextTick(foo);
console.error('bar');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment