ES8 async and await keywords | asynchronous javascript part 4

preview_player
Показать описание
The following video explains what are async and await keywords.

Async and await keywords make the code super readable when working with promises.
The video shows how you can convert Promise chain to nice synchronous code (inside async function) using await keyword.

Find the previous video about Promise chain.

Docs about async functions:
Рекомендации по теме