DEV Community

Discussion on: Interview questions for JS

Collapse
 
johandalabacka profile image
Johan Dahl

Sugar on top of promises for folks that don't fully understand async code.

So it’s just something you use until you understand asynchronous code. After that you start to use then() and catch() or callbacks?