Usman S. 🇵🇸 (@maxprogramming1) 's Twitter Profile
Usman S. 🇵🇸

@maxprogramming1

👨‍💻 Developer, Learner, YouTuber, React and TypeScript enthusiast 💙

usmans.me/youtube

ID: 1261604921696231425

linkhttp://usmans.me calendar_today16-05-2020 10:30:36

12,12K Tweet

2,2K Takipçi

1,1K Takip Edilen

Usman S. 🇵🇸 (@maxprogramming1) 's Twitter Profile Photo

Here's what I thought (without cheating) Correct me if I'm wrong A is executed setTimeout's callback function pushed to call stack Promise resolve thens' pushed to call stack E is executed First then executed (C) Second then executed (D) setTimeout Callback executed (B) AECDB