December 3, 20240 min read
Async/Await why do we have them? Why do we need async/await.
Demistifying async/await would help writing better code Async/await finally fixed the inversion of control of callbacks and took away the need for triggered function on Promise resolution.
The big question is HOW?