Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nafeu/cebf5bbe6ca035c597f8ac402509675f to your computer and use it in GitHub Desktop.
Save nafeu/cebf5bbe6ca035c597f8ac402509675f to your computer and use it in GitHub Desktop.
console.log('1 | print immediately');
setTimeout(() => {
console.log('2 | print after one second');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment