Menu

/U

/u/supratikdas

Author Profile

Claim This Author Profile

Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.

Sign In To Claim
0 karma0 postsjoined 5 days ago

🌐 reddit.comSource

Hey r/learnjavascript! I always struggled to explain WHY this prints in this order: console.log('A'); setTimeout(() => console.log('B'), 0); Promise.resolve().then(() => console.log('C')); console.log('D'); // Output: A, D, C, B The textbook answer ("microtasks flush befo

5 days ago