Загрузка...

JavaScript Asynchronous Programming

JavaScript is a single-threaded programming language which means only one thing can happen at a time. That is, the JavaScript engine can only process one statement at a time in a single thread. That’s where asynchronous JavaScript comes into play. Using asynchronous JavaScript (such as callbacks, promises, and async/await), you can perform long network requests without blocking the main thread. In this lecture you will learn the main diffrence between a synchronous and Asynchronous program in JavaScript.

Видео JavaScript Asynchronous Programming автора Академия кода JavaScript
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки