#11 Async Await in 5 minutes | NodeJS Bootcamp

preview_player
Показать описание
Async functions are available natively in Node and are denoted by the async keyword in their declaration. They always return a promise, even if you don’t explicitly tell them to do so. Also, the await keyword is only available inside async functions – it cannot be used in the global scope.

Рекомендации по теме