DEV Community

Discussion on: Simplify JavaScript Promises

Collapse
 
kmwill23 profile image
Kevin

This is actually the first useful example of promises I have seen. I am normally not a fan of them.

I am an old callback fan. Didn't begin to move past them until async/await.

Collapse
 
sunnysingh profile image
Sunny Singh

Thanks Kevin! I'm in the same boat, haven't really seen a huge value of Promises until async/await, but after still experiencing some headaches with them I realized there's some valid use cases in using both syntaxes.