article•13 Mar 2020Pitfalls of async functionsAsync functions can seem like the holy grail for JavaScript developers who struggle to manage their asynchronous code with callbacks or promises. However there are some pitfalls that aren't necessarily obvious at first…#js#async#promises#performance