How i Understand the magic of promises
Mar 2 · 5 min read · Problem Of Synchronous JavaScript
When I first started learning JavaScript, I didn’t understand why sometimes my code “felt slow”.
I thought JavaScript can handle multiple things at same time.But then