DEV Community

Discussion on: What are JavaScript Callbacks Anyway?

Collapse
 
sairam459 profile image
sairam459

Promises are preferred to avoid callback hell and much simpler is async await operations

Collapse
 
faradayyg profile image
Friday Godswill

Thank you, sairam459.
I did mention Promises as being an easier way, but didn't mention the async await operations.