Skip to content

Instantly share code, notes, and snippets.

@rehasantiago
Created November 14, 2021 13:23
Show Gist options
  • Save rehasantiago/fce0798b54c7a0d5f56ef29c248c1b16 to your computer and use it in GitHub Desktop.
Save rehasantiago/fce0798b54c7a0d5f56ef29c248c1b16 to your computer and use it in GitHub Desktop.
setTimeout(() => console.log("1"), 0);
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