DEV Community

Discussion on: Simplify JavaScript Promises

Collapse
 
blazephoenix profile image
Tanmay Naik

This is very well explained. I honestly found Promises a bit confusing initially in terms of understanding what's happening in the code so I stuck to async/await to avoid complicating it for myself. This helped clear it up. Well probably start using them more now

Collapse
 
sunnysingh profile image
Sunny Singh

Super happy to hear that Tanmay! The async/await syntax actually helped me understand how a Promise works better, but it definitely took a long time.