filmov
tv
ES8 async and await keywords | asynchronous javascript part 4

Показать описание
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:
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: