Promise Vs Async Await
Javascript is a single-threaded synchronous Language
What does the above state mean?
Via single-threaded we mean, only one statement is executed at a time in javascript
via Synchronous we mean, the program is executed line by line, one line at a t...
piyushsingh.hashnode.dev7 min read
Shantun Parmar
Software Engineer
Your way of explanation is too good, Thanks for keep posting