Javascript Multitasking: async-await - sequential execution with the nicest syntax

preview_player
Показать описание
The async-await syntax, part of latest ECMAScript standard makes it really easy to see in our syntax when we are waiting for promises to resolve, and when we aren't.

Async-await type syntax exists in many other languages. It makes sequential execution of asynchronous functions actually look sequential on paper.
Рекомендации по теме
Комментарии
Автор

What's up with the light ide theme?!

RaghavKhxnna