All about Asynchronous JavaScript | Callbacks, Promises, Async/Await

preview_player
Показать описание
In this visual lesson, we learn how to write asynchronous JavaScript using Async/Await. We will also look at the callbacks and promises and see the drawbacks of each approach. After watching this video, you will be able to answer the below questions:

- What are callbacks and Callback Hell?
- What are promises and Promise Hell?
- What is Async/Await in JavaScript?
- Difference between callbacks, promises, and async/await?
- What are some of the pitfalls to avoid when using async/await?

And also we will look at some code examples to see how it all works.

Project Link:

Channel website:

Discord Community:

Find us on the internet:
Рекомендации по теме
Комментарии
Автор

Thank you for using real world examples. Thank you VERY MUCH. I was so tired of watching tutorials using foo, bar, baz and all that nonsense. Truly passionate tutors/engineers know the importance of valid real world examples in the teaching process.

zshn
Автор

New software devs these days are lucky, I would say, to have such wealth of knowledge at their hands. Great explanation.

jonlas
Автор

great explanation . this channel deserve more subscribers.

devshashtag
Автор

You explained the topic very well. NO CAP!!! Just subbed and turned the notifications on for this channel! ✨💯

FuryOutlaw
Автор

The part AWAIT AS THE LAST STATEMENT, I think explanation could be better. Because it kind gives the impression that you don't need to await an asynchronous function if it is the last statement, which is not true. You are just awaiting the async function in the caller function, which you later did in the examples part.

Otherwise, great video amazing explanations thanks for making things simple and easy. Liked and subscribed :)

hipsterbeaver
Автор

Hello kamran.
My question is when we use async/await sync code are wait for async operation?
and what is the diffrece between asyn/await and promis.

hjman
Автор

Pelo menos coloqem as legendas português brasil ->😥😥

rubensflavio