DEV Community

Discussion on: How To Rock 🀟 Asynchronous Calls By Understanding JavaScript Callbacks, ES6 Promises And ES7 Async/Await πŸ”₯😎

Collapse
 
themarcba profile image
Marc Backes

What I meant with that is that it’s recommendable for code readability. I code on Node.js, so there it doesn’t matter. And for client-side JS you can always transpile your code, so even older browsers support your app