JavaScript Asynchronous Programming Explained

preview_player
Показать описание
Learn what asynchronous programming is, why it is needed, and its specificity to JavaScript. We will also go over what synchronous programming, callback functions, event handlers, and promises are.

Become a Better Developer

My Software

Download Code

⌛ Timestamps
0:00 – What is Asynchronous Programming?
0:37 – What is Synchronous Programming?
1:31 – Why Asynchronous Programming?
1:49 – Event Handlers
3:03 – Callback Functions
4:30 – Promises
8:11 – Outro
Рекомендации по теме
Комментарии
Автор

I have been watching the java tutorial series, how can I be as good as you?. Which books did you read, what resources did you use for studying?.

wuzupKev
Автор

At 7:30, how come the output of line 19 is "promise fulfilled" but "pending" from line 15? (I think the process of how computer handled the code will help.)

recursion.