JavaScript Promise API

The JavaScript Promise API is awesome but can be made amazing with async and await! While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why “hold up the show” when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a … Continue reading JavaScript Promise API