Asynchronous JavaScript Tutorial #7 - Promises

preview_player
Показать описание
Hey gang, in this async javascript tutorial we'll talk about promises & how we can use them to handle async responses.

Get the full Modern JavaScript tutorial on Udemy here (discount auto-applied):

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Helpful Links:

🐱‍💻 🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

I cannot thank you enough for being a great teacher with these type of lessons, I don't know, your style of teaching just clicks on me, it's like some confusions on javascript topics that I find in other tutorials from Udemy and Youtube just gets cleared when you explains it. I hope you'll do full course on MERN stack in Udemy or here. You are highly recommended to everyone learning web development, you're attention to details and detailed explanation is NOT like the other instructors' boring style or information omitted probably because they are not really interested to teach, they just do it for money. But you are different, so just please keeping making tutorials and don't change your way of teaching. More power!

STUPIDYOUTUBE_HIDINGMSGS
Автор

After watching 10s of videos, this is the most straightforward I found, nice one

DigitalFactoryFX
Автор

Best teacher for web development, really patient and explains very clearly! Your videos help me understand a lot! Love you shaun!

qiongtang
Автор

Wow, that was a damned good explanation! I've watched so many Promise videos, and most tutorials just completely gloss over the keywords and assume we already know them. You actually let us know that "Promise", "resolve", "reject", "then", "catch", and "err" were all specific JavaScript terms, and not just things you decided to name on your own. Bravo, and thank you!!!

joeloftus
Автор

I love you super ninja. The way of your teaching style is absolutely unique and practical. Finally I'm understanding promises which was bothering my head for a while

binayakaryal
Автор

tried to understand this topic from so many tutors but wasn't able to but
you made everything clear withon an hr.
thank you so much

manglesh
Автор

I hated the two days I got to breath without you, sir. ❤

indianlongboarder
Автор

best and clearest explanation of promises i've seen so far. nice video series!

ChrisValcke
Автор

you explained this better than anyone ever, thank you

hosseinZ
Автор

Being from mechanical engineering background, landed a Software Engineering Role cause of your videos! Can't really thank you enough :p

yashsalvi
Автор

Finally understood promises, thanks a lot

abdullahmoiz
Автор

Without Shaun, My Internet Data feels lonely !
Love Shaun !

akn
Автор

This playlist helped me a lot, thank you shaun

tasas
Автор

Best tutorial series on Asynchronous Javascript. Kudos to #TheNetNinja. Thanks and best wishes.

ForCodingInterview
Автор

A simple promise definition:

A promise is an object in JS that represents the status and holds the result of an asynchronous operation, any operation that requires a certain amount of time to complete. The initial status of the promise is pending. If the operation is a success then the status is fulfilled and if the operation is a failure for some reason then the status of the promise is rejected. If the status of the promise is fulfilled, the result of the asynchronous operation that was successful can be handled by the .then() method. If the status of the promise is rejected, the reason for why the asynchronous operation was a failure can then be handled by the .catch() method.

haidersultan
Автор

Only guy on the internet who finally taught me this thing. Thanks shaun you are my hero

micekey
Автор

Bro, you have the ability to make something complicated become simple. Keep up the good work!

patriceammah
Автор

please do a tutorial on the AWS serverless framework, would love to see you simplifying it :)

mossasameer
Автор

after watching like 5 videos i think this one made me finally understand it thanks!

gardenfairy
Автор

Perfect explanation. Thanks very much!

SouhaibD
visit shbcf.ru