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 Followers

1,1K Following

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