Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.
In this lesson, we'll learn an alternative method for working with Promises and asynchronous code, namely async/await.
The async/await syntax is great if you want to write a more readable code when working with promises.