DEV Community

Discussion on: Why to use async & await instead of the Promise class?

Collapse
 
amitavroy7 profile image
Amitav Roy

Nice article and a nice analogy. Yes, I agree with you.. I have worked with Promises and async await is a lot more cleaner way of writing and maintaining code.

Coming from the world of PHP, it feels a lot more natural to me as well :)