Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created November 24, 2020 09:47
Show Gist options
  • Save thepassle/2b54e393c63af73a91534d20917f5fea to your computer and use it in GitHub Desktop.
Save thepassle/2b54e393c63af73a91534d20917f5fea to your computer and use it in GitHub Desktop.
console.log(1);
Promise.resolve().then(() => {
console.log(2);
});
console.log(3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment