Skip to content

Instantly share code, notes, and snippets.

@zdwolfe
Last active December 25, 2015 12:59
Show Gist options
  • Save zdwolfe/6979959 to your computer and use it in GitHub Desktop.
Save zdwolfe/6979959 to your computer and use it in GitHub Desktop.
function sayHello() {
console.log('hello ');
}
process.nextTick(sayHello);
console.log('world!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment