JavaScript Promises In 10 Minutes

  Рет қаралды 1,732,227

Web Dev Simplified

Web Dev Simplified

Күн бұрын

ES6 came with many new features, but one of the best features was the official introduction of Promises. Promises allow you to write clean non-callback-centric code without ever having to worry about callback hell. Even if you never write your own promise, knowing how they work is incredibly important, since many newer parts of the JavaScript API use promises instead of callbacks. Checkout the full video to learn how to define and use promises.
Promise Article: blog.webdevsimplified.com/202...
Code From This Video:
codepen.io/WebDevSimplified/p...
Twitter:
/ devsimplified
GitHub:
github.com/WebDevSimplified
CodePen:
codepen.io/WebDevSimplified
#JavaScript #Promises #WebDevelopment

Пікірлер: 1 500
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
If you enjoy promises make sure to checkout Async/Await. kzbin.info/www/bejne/jJCuo2yFiMt3m7c
@maxrockbin
@maxrockbin 4 жыл бұрын
Did something go wrong with the video upload? I'm seeing your VS Code video instead of your JScript promises video
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
It sounds like a problem with KZbin. That has happened to me before. Just try refreshing the page. That usually fixes it for me.
@manishpingale6558
@manishpingale6558 4 жыл бұрын
Can you create a video on firebase cloud functions
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
I have never used firebase so I am not sure if I will cover it anytime soon
@mpey_project
@mpey_project 4 жыл бұрын
is promise doesn't need to be declared first?
@1polyron1
@1polyron1 4 жыл бұрын
"I promise to make the best video on promises I can." I like this guy.
@naynyamish270
@naynyamish270 4 жыл бұрын
"I promise to make a video on promises the best that I can" or "I promise to make , as best as i can , a video on promise " FTFY
@yansun3808
@yansun3808 4 жыл бұрын
Reject his promise. I am kidding :)
@atribhattacharyya2631
@atribhattacharyya2631 3 жыл бұрын
Resolved..:)
@JOc17KER
@JOc17KER 3 жыл бұрын
00:24
@gianfrancobriones
@gianfrancobriones 2 ай бұрын
He should've shown a sample of a minimum time consuming URL visit, not simple artithmetic 1 + 1. I don't like this tutotial. ~04:37
@returnZeroo
@returnZeroo 5 жыл бұрын
You resolve your promise, you make me fully understand
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm glad I could help
@joma0305
@joma0305 4 жыл бұрын
Sorry for my nooby question, i am more python guy, just starting my journey into js. But i didn't get what for you need "promises"? Why you just don't use "if statement"?
@Al_Gonzo
@Al_Gonzo 4 жыл бұрын
@@joma0305 watch the video one more time then because he explained it multiple times
@joma0305
@joma0305 4 жыл бұрын
@@Al_Gonzo i did ut before your comment. If you so smart pls explain
@joma0305
@joma0305 4 жыл бұрын
@@Al_Gonzo or it's just a "sugar" of js pl
@ThePazuzu
@ThePazuzu 4 жыл бұрын
When you're self taught your knowledge is all around the place, like you know classes, instantiation, scope, ES6, and a bunch of advanced stuff but don't know basic stuff like git. I'm in the middle of a very async heavy project on Express and was having a hard time with promises. I decided to take the WHOLE day off to look into it and it only took me 11 minutes thanks to this video. Now I can go back to my project with an extra day on my deadline. Thanks man, that was awesome!
@notdaveschannel9843
@notdaveschannel9843 4 жыл бұрын
"When you're self taught your knowledge is all around the place". Yeah, that's where I am with a lot of coding. I've been using 'async... await' and 'fetch' without really understanding the underlying 'Promise' object. Makes a lot more sense now!
@Meleeman011
@Meleeman011 2 жыл бұрын
express can do async now lol nice. i since moved on to koa but i use express for future devs that aren't me.
@jonathanr7603
@jonathanr7603 2 ай бұрын
@@notdaveschannel9843 async await is just syntatic sugar, you need to know promises instead
@macroxela
@macroxela 4 жыл бұрын
I've been binge watching your videos and they are wonderful. Not too long and not too short while delivering the content clearly. Keep up the good work!!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
watchThisVideo.then(() => celebrate()).catch(() => sadness())
@aishahale5504
@aishahale5504 4 жыл бұрын
watchedTheVideo.then((data)=>{ }).catch((error)=>{ console.log("error: ", error) }); ..................... CONSOLE - error: "PERFECT PROMISE VIDEO FOR BEGINNERS"
@kevinm8865
@kevinm8865 4 жыл бұрын
@Đeath Vader lol
@garrybogdanho
@garrybogdanho 4 жыл бұрын
cringe (sorry)
@davidvideauortega287
@davidvideauortega287 5 жыл бұрын
After watching crashcourses, long, 45 min videos and articles about promises, I can say this is probably the only video that actually made me understand promises. Wonderfully explained! Thank you so much, you have a new subscriber :) And also... The amount of dislikes says it all.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thank you! I am really glad I could help.
@LFFebro
@LFFebro 4 жыл бұрын
You took the same path as myself. I have been taking a marathon of Async Javascript to grasp on for once and for all.
@janithillangakoon6962
@janithillangakoon6962 4 жыл бұрын
same here
@animeshsharma7332
@animeshsharma7332 4 жыл бұрын
Even the official documentation by MDN sucked!!
@faizaanannoor395
@faizaanannoor395 3 жыл бұрын
@@animeshsharma7332 true that!
@jandeswart1378
@jandeswart1378 4 жыл бұрын
Awesome! I have been struggling with this subject for a whole week. I read every resource I could find on the internet. This video finally made me understand promises in a matter of 5 minutes.
@andrewc95
@andrewc95 Жыл бұрын
Bro, been trying to understand this for an hour. Your video was the first where it all clicked. Thanks!
@LFFebro
@LFFebro 4 жыл бұрын
Yeah. This is the best video from my Async JS marathon. Superb, right-to-the-point and practical explanations. You did, pal. One more subscriber. Keep up the good work!
@jthomasaurus
@jthomasaurus 4 жыл бұрын
I’ve commented before, basically the same thing, but I REALLY enjoy your style of teaching. To the point, understandable examples, and clean code. This is by far the best video on Promises I’ve seen yet. Thank you!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you so much!
@miaroelants9300
@miaroelants9300 3 жыл бұрын
there are many webdev videos on youtube but what i like so much about yours is how calm you bring every thing (there is a general hyperactivity trend on youtube i think). videos are very clear as well. thanks so much :)
@pritulkhan1395
@pritulkhan1395 4 жыл бұрын
You have fulfilled the promise of conveying the tutorial of "Promises" in a very promising manner. I have liked, comment and subscribed :D
@CaliburPANDAs
@CaliburPANDAs 2 жыл бұрын
guy explained in 11 mins what took hours for my instructor. thank you 🙏
@jamesonvparker
@jamesonvparker 5 жыл бұрын
Dude.... that was a CLEAN tutorial. I can easily go back and watch it a few times to practice it. Writing a promise to console log 1,2 and 3, in order, asynchronously , was an interview question. I watched your video to re-learn the syntax. Thanks!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm really glad the video was able to help!
@divinemasculine3730
@divinemasculine3730 2 жыл бұрын
hey man did you get the job?
@jamesonvparker
@jamesonvparker 2 жыл бұрын
@@divinemasculine3730 not only did I get that job. I have just recently accepted an offer from the company behind this very platform 😉.
@divinemasculine3730
@divinemasculine3730 2 жыл бұрын
@@jamesonvparker wow youtube??? so inpirational! can you give me tips? im from canada going through a FULL STACK coding bootcamp
@jamesonvparker
@jamesonvparker 2 жыл бұрын
@@divinemasculine3730 find me on linked in. I’ll talk there
@adityaghosh6170
@adityaghosh6170 4 ай бұрын
Probably the best video on KZbin that explains promises in such a lucid fashion. Liked, commented, subscribed and shared as well. Keep up the good work man.
@christianmaoro5900
@christianmaoro5900 2 жыл бұрын
Excellent job! A good example to explain all we need to know about it in a few minutes. No gimmicks, no blabla. Please keep going!
@threeone6012
@threeone6012 4 жыл бұрын
The last 11 minutes and 30 seconds of my life was well spent. Great upload!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you so much! I'm glad you enjoyed it.
@samrad6508
@samrad6508 4 жыл бұрын
are you dead ?
@luke4502
@luke4502 4 жыл бұрын
RIP
@skiddykakaka9423
@skiddykakaka9423 4 жыл бұрын
rest in rip
@Al_Gonzo
@Al_Gonzo 4 жыл бұрын
The guy liked this 11:31 long video so much that his profile picture is now his new favorite numbers, "3" and "1".
@galinmalchev1739
@galinmalchev1739 Жыл бұрын
I started learning development with udemy courses. It all went great and I've been through 2 interviews so far. In one of the interviews they told me to learn the theory behind promises and it turned out that I've used it many times but that video really helped me solidify the knowledge and understand the actual logic behind them. I always seek your short and straight-to-the point tutorials for similar cases. Thank you.
@taco564
@taco564 2 жыл бұрын
Just want you to know every time I look into learning new things I look for your videos first. You are the best teacher I've ever had
@turtleboy3628
@turtleboy3628 Жыл бұрын
I have spent so long trying to fully grasp node promises and this video really really explained it such an understandable way, you have earned yourself a new subscriber! :)
@suchetasarkar7299
@suchetasarkar7299 2 жыл бұрын
I am learning a lot from you . Your videos are always to the point . As a self taught programmer, this channel is a gem . Thank you so much : )
@helvosthecreator1920
@helvosthecreator1920 3 ай бұрын
So how did your self taught programmer journey go? Asking for a friend 😂
@dgua2917
@dgua2917 4 жыл бұрын
I've read so many documentations, watched so many crashcourses to try to understand what Promise is. I couldn't fully grasp its core idea until I watched this video. Your explaination is crystall clear and ver comprehensible. Mega thank you and respect to you and your channel!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
You are very welcome. I am really glad I could help shed some light on promises!
@digitalis_
@digitalis_ 3 жыл бұрын
Thank you for this video! I didn't feel great about not 'getting' promises entirely, but you explained it in such a way that it 'clicked' in my brain.
@footballarena6562
@footballarena6562 3 жыл бұрын
This tutorial was like revisiting form basics to learn to pro. I read some articles about Promises and I sort of knew what this was about. But the way he gave the example, this just got stuck in my mind. thanks man
@kvncnls
@kvncnls 3 жыл бұрын
Wow, this made much more sense than the udemy course I'm taking right now.
@fmaciel2
@fmaciel2 2 жыл бұрын
Man, you are one of the best instructors I had the pleasure to watch teaching. Your videos worth more than tenths of hours of paid courses. Thank you a lot and greetings from Brazil!
@nigelflim
@nigelflim 4 жыл бұрын
Been stuck on learning Promises as a beginner and this has helped tremendously! Cheers!
@theannoyingone110
@theannoyingone110 Жыл бұрын
I am a very young programmer and Kyle will always be my favorite programming KZbinr out there.
@shwethalok186
@shwethalok186 2 ай бұрын
Guess my age
@blirdo
@blirdo 4 жыл бұрын
Fantastic explanation! My only feedback is to increase the font size in your editor for those of us watching on mobile (and I'm sure desktop would benefit) when doing these smaller examples. Would be a lot easier to read.
@syedalif5632
@syedalif5632 2 жыл бұрын
Thank you for your excellently designed tutorial on promises.I grasped all the concepts and I feel pretty wholesome. All the codes were just ‘spot on’. Kudos to you for making such an excellently orchestrated tutorial. 🤗
@sinisatesic8737
@sinisatesic8737 4 жыл бұрын
Your clarity and detailed explanation is a goldmine!! Subscribed pretty much immediately lol
@jordirhoden300
@jordirhoden300 5 жыл бұрын
Dude, your tutorials are amazing. Thanks for everything you teach us. Greetings from Costa Rica
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thank you! It always amazes me how many people from all over the world have seen one of my videos.
@georgecraciun-vasilache3921
@georgecraciun-vasilache3921 4 жыл бұрын
You definitely kept your promise about the video. Good work!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thanks! I'm glad you enjoyed it
@magpinybo7524
@magpinybo7524 2 жыл бұрын
It has taken me years to understand promises but your videos came in handy, I couldn't be any more grateful. Thanks a bunch
@dinesh2208
@dinesh2208 4 жыл бұрын
Within 11 minutes, you have teach the toughest part of javaScript very easily and resolved your promise. Thanks a lot.
@Fatalitron
@Fatalitron 5 жыл бұрын
I learned more about promises from this ten-minute video than I did from an entire fifteen week web dev course in school. Can't thank you enough!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm really glad I could help!
@GMIX
@GMIX 5 жыл бұрын
Web deb course in school? I could only dream about this. The only thing i've learnt from school is how to open ms word.
@Zephyr-tg9hu
@Zephyr-tg9hu 3 жыл бұрын
I really went down the rabbit hole with this one... Was initially learning about CPU hyperthreading and got confused between concurrency, parallelism, and sync and async tasks. Learning that introduced me to asynchronous code, which finally led me here. I don't even know JS lol. Really good video! I found this quite interesting.
@Neverbeento
@Neverbeento 3 жыл бұрын
This is defintely the best intro to promises I've come across. Great job!
@feliksgoldin5781
@feliksgoldin5781 4 жыл бұрын
I am new to Javascript and you made a potentially complex subject very easy to understand. You have a talent! 10/10
@mumblepie5367
@mumblepie5367 4 жыл бұрын
Also the .then can take two functions as arguments. The first one being done on resolve and the second one for reject. .catch is the same thing as .then(null, reject)
@DamianDemasi
@DamianDemasi 2 жыл бұрын
.catch is not exaclty the same, becasue you can use different a "reject" for every .then, and use a common .catch at the end of the chain to catch any unhandled error.
@techuchiha6510
@techuchiha6510 5 жыл бұрын
This channel is massively underrated 🙌🏻
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thanks! I think 4,000 is a pretty huge number already, but I am excited to see what the future holds.
@techuchiha6510
@techuchiha6510 4 жыл бұрын
See this is what I was talking about!!! Way to go buddy!!!
@vmusatov
@vmusatov 3 жыл бұрын
@@udeleted almost doubled 3 months later. Race for a million. I’m a new sub
@MdARahim
@MdARahim 3 жыл бұрын
When I need to learn something about web, I first look into this channel. He never disappointed me!
@harishkandikatla9791
@harishkandikatla9791 4 жыл бұрын
I watched 4-5 other videos about callbacks, promises before watching this video, was not satisfied. I am very much satisfied with your explanation in just 10 mins. Great 👍
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you! I try to make all my videos as concise and informational as possible. My goal is the be the channel with the most learning per minute of content.
@chris94kennedy
@chris94kennedy 3 жыл бұрын
@@WebDevSimplified Yeah think we can all agree you're pulling that one off. Congrats on your engagement also, huge
@rmewse3616
@rmewse3616 4 жыл бұрын
This is amazing! Thank you so much 😊. You explained this perfectly. I have been trying to learn this for weeks and I’ve been failing but I just learned it in 10 minutes! I completely understand this now, thank you! YOU HAVE A NEW SUBSCRIBER 😄😄
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you so much! I am really glad I could help, and I hope my other videos are just as helpful.
@rmewse3616
@rmewse3616 4 жыл бұрын
Web Dev Simplified thank you
@georgemarwanqana3478
@georgemarwanqana3478 2 жыл бұрын
Top explanation. You are naturally gifted with the power to simplify things. Was stuck on the topic for about an hour. Crazy that i could understand this in just 11 minutes
@fighter8931
@fighter8931 3 ай бұрын
Your video is 5 years old, But I think it’s still the best.
@DJDELLANNIE
@DJDELLANNIE 2 жыл бұрын
I read the entire MDN section on Promises and 11 mins convert me into a promise pro thank you sir
@johnchase9054
@johnchase9054 5 жыл бұрын
The promise code for the first example gave me a “Promise {}” when a = 2. It gave me the correct result when a = 3. Ran straight and with localhost. Both were the same, thoughts?
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
It sounds like your promise is never calling resolve or reject. You might want to check to make sure that your if logic is correctly setup so that either resolve or reject are always called inside your promise.
@techhousemedia8727
@techhousemedia8727 2 жыл бұрын
Promise has three states which are; 1. Pending, 2. fulfilled and 3. reject. when you defined a promise in a function, that function remains in a pending state untill you run the code and now result in a certain condition base on your logic, that is when the function will enter into being fulfilled or rejected.
@FaceMaskHenry
@FaceMaskHenry 2 жыл бұрын
you can try "Promise(**).then(**).then(**)". Means try to see in second "then"
@cricketjunkie9050
@cricketjunkie9050 4 жыл бұрын
I came here to understand promises, callbacks, arrow functions as these are extensively used in Block chain for JavaScript representation of smart contracts. After watching your videos, I developed an interest in learning the whole JavaScript. Such a simplest explanation. You indeed lived up to your promise of delivering a good Promises tutorial!!! Good job! Keep it up!. You got a new subscriber! :)
@ChrisWidner
@ChrisWidner 3 жыл бұрын
Spent 2 hours yesterday trying to figure this out. 7 minutes into your video it suddenly makes sense. Thanks for making a great video.
@Samuel.Collier
@Samuel.Collier 4 жыл бұрын
"...and that cats are better than me" 🤣 Thanks for your help
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
You're welcome! I'm glad I could help.
@yongwen1383
@yongwen1383 5 жыл бұрын
You have explained it so well, thank you
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm glad I could help.
@aishwaryam1052
@aishwaryam1052 3 жыл бұрын
Best video on promises. I have seen so many videos but none of them made sense to me except yours. Thank u
@kashishchawla8016
@kashishchawla8016 2 жыл бұрын
Kyle you are legit one of the best out here, the way you explain is so simple yet spot on. Thank you so much man....
@esofialo23
@esofialo23 2 жыл бұрын
Thank you so much for your videos! You have a great talent for teaching :D I wish college teachers were like this, mine would only read their PPT in class :(
@alexdorrington
@alexdorrington 4 жыл бұрын
So like then ==> runs for resolve and catch ===> runs for reject
@ImperioTeixeira
@ImperioTeixeira 2 жыл бұрын
So far your video was the best one I've seen explaining Promises and I'm thankful to you for that, I actually understood what Promise is.
@bikramrawat3424
@bikramrawat3424 2 жыл бұрын
You are really capable of making complex things much simpler, the way you describe is awesome, definitely you resolved your promise to make best video ever on promise :)
@v4runs
@v4runs 4 жыл бұрын
That feeling as a Java developer to see statements ending without semi-colon...
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
It is a great feeling.
@DutchRatedGamers
@DutchRatedGamers 4 жыл бұрын
@@WebDevSimplified While I like it, I consider it a bad practise whether it's allowed or not. But I find JS rather messed up anyway. -- Don't attack me on it though, I use it when needed (Which is currently using NodeJS + Electron).
@kshitijsharma2121
@kshitijsharma2121 2 жыл бұрын
Why do all coding tutorials have these comments like 'super simple explanantion' "best video ever" ...no matter how bad the explanation was. It will always be a mystery to me
@user-vw5si9oe5v
@user-vw5si9oe5v 3 жыл бұрын
I was comfused by promises for a long time , this video really help a lot .simple and clear .Thanks man
@syntapy9797
@syntapy9797 2 жыл бұрын
2 min in and it made more sense than the 5 or so written tutorials I found online. Thanks. Your promise has been resolved
@RoshanKrSoni
@RoshanKrSoni 4 жыл бұрын
Dislikers thinking that button is for download this 😂
@karthikmatreddy7095
@karthikmatreddy7095 4 жыл бұрын
😂
@maksymkloka5016
@maksymkloka5016 2 жыл бұрын
Ok. Two things: 1) slow down about 2-3x. 2). As someone that is being forced to take JavaScrip for a CS major, I can't help but notice how terribly JavaScrip is compared to other programming languages... literally feels like a house made of scraps ... there just isn't any clear consistency or common sense built into this language ... it's all just a bunch of strung together libraries and weird syntax that was build over whatever was there before ... everything seems to be based on word of mouth and experience rather than the structured and consistent approach used by other programming languages. I thought Python was terrible, but JavaScrip takes it to the next level of confusion. Somehow the claim is that this makes things faster and easier, but all I see is a bunch of unnecessary complexity that could be simplified by going back to the basics.
@ITSplit
@ITSplit 6 ай бұрын
You are so right about this!
@karthickselvam8606
@karthickselvam8606 5 ай бұрын
Dude Javascript is a language that was built for browsers initially.Today the many versions of JS introduced new syntax which is confusing but there is a reason behind the weird things of JS. Its cause of 2 things they are doing at the same time, one is they don't want to break the code written a long time ago another is they are making development easy for the devs by implementing new features and syntaxes..Javascript should have a backward compatibility always.
@Henry_Red
@Henry_Red 4 ай бұрын
Bro, what are you talking about? I had to put the video in 1.25x because it was too slow.
@udaya9896
@udaya9896 Жыл бұрын
i took a seminar of this video and i got appreciation from my manager and my team mates. Thankyou for the video
@butlerfuqua
@butlerfuqua 4 жыл бұрын
I FINALLY understand promises, thank you! Why has no one else made it this simple?! Much appreciated!
@emarekica
@emarekica Жыл бұрын
This was simple, clear and straight forward. Great job, thank you for putting in the time.
@iiinicky6224
@iiinicky6224 2 жыл бұрын
After a lot of reading and a few re-watches of your tutorial, I finally have a basic understanding. Thanks!
@christopherclemmons851
@christopherclemmons851 3 жыл бұрын
Thank you for getting straight to the point. Im glad you used only the resources needed for learning this topic. Well done.
@pooCBH
@pooCBH 2 жыл бұрын
Thanks Kyle! You are such a good teacher and explain things so well. I have wasted hours trying to figure out promises :)
@beverlyHillsAgent
@beverlyHillsAgent 2 жыл бұрын
Thanks, Kyle. You make the best JavaScript tutorials on KZbin. Not one of the best, but the best.
@HellesMammuthBS
@HellesMammuthBS 4 жыл бұрын
I adore this and your other videos!! Is there a way to combine that race with all? SO that after each Promise is finished, each one hands out the message.
@DeepakBhandarideerock
@DeepakBhandarideerock 3 жыл бұрын
This channel needs way more credibility and subscribers than it does at the moment. Best web dev channel in whole of youtube. Thanks Kyle.
@fokspoks
@fokspoks Жыл бұрын
You completely resolve your promise and got success in your ideas of teaching viewers about Promises. Thanks.
@FrontendFLow811
@FrontendFLow811 4 жыл бұрын
okay !!this is something which defines this youtube channel extremely simplified thanks buddy 😊
@rahulchhillar9736
@rahulchhillar9736 Жыл бұрын
bro so simple and so straight and so much to digest in single video. very much appreciated.
@fr0zenofficial60
@fr0zenofficial60 4 жыл бұрын
Ok, cool! Thanks for sharing those examples. I was terrified of the Promise Object. Now I can use it for my school project! Perfect tutorial!
@vladimirzizic6874
@vladimirzizic6874 3 жыл бұрын
It`s been such a challenge to understand Promise, callbacks, tasks, schedules, async/await ugh!! This explanation was the clearest one so far! Thank you !!
@abdihakim391
@abdihakim391 Жыл бұрын
You really simplified my javascript learning journey thank you kyle, Hats off for you 🎩
@Greatfulone
@Greatfulone 3 жыл бұрын
Thank you so much for taking the time to create this tutorial. I was struggling with this and needed this helped so much.
@jojobobo1815
@jojobobo1815 3 жыл бұрын
i started with the full stack course but have digressed 4 videos now in order to catch my knowledge up. thank you for referencing these videos that contain the requisite knowledge i didnt even know i was looking for!
@johnpummill9443
@johnpummill9443 2 жыл бұрын
Great job on this video. One of the easiest tutorials I've seen on promises. Thank you.
@mahmodsamir5110
@mahmodsamir5110 Жыл бұрын
We all have to appreciate your effort for making this simple
@AshishRauniyar01
@AshishRauniyar01 2 жыл бұрын
You are one of the best teachers. I am glad I found your channel. Really appreciate you and your effort. Thank you :)
@justinstarr1667
@justinstarr1667 2 жыл бұрын
Just a reminder that Callback Hell IS a real place where you WILL be sent at the first missing curly brace. In all seriousness though, great walkthrough!
@hectorg362
@hectorg362 3 жыл бұрын
Was reading the MDN article over Promises and half way through I was already falling sleepy. decided to come here instead and understood it lol. Thanks m8
@manimirzaaa
@manimirzaaa Жыл бұрын
I am an experienced developer but haven't used promises till now, there was piece of code I was trying to make sense from another developer and he as using promises. This video really help me in this regard. Thanks
@sandeepdharwar247
@sandeepdharwar247 4 жыл бұрын
One of the best quick and simple explanation of concepts! thanks @ Web Dev Simplified. Promise resolved!
@esilee
@esilee Жыл бұрын
Thank you for all these videos!!! Your explanations make it so simple to understand! 🙏🏼
@nikamanvelidze
@nikamanvelidze 2 күн бұрын
Honestly I'm addicted to your videos, so simply explained. THANK YOU A LOT!!!!!
@user-be6wh2wj1y
@user-be6wh2wj1y 9 ай бұрын
You just saved me man. I've been reading my course material over and over, watching their videos for days and I wasn't computing a thing. You're doing the Lord's work, Bravo!
@love4photos
@love4photos 3 жыл бұрын
Hehe I had to subscribe after seeing the callback message. You explain things so clearly at a nice pace! Thank yooou 🤗💕
@aaronasuncion1279
@aaronasuncion1279 4 жыл бұрын
man you make learning JavaScript less intimidating to learn and definitely more understandable! Cheers man!
@opeyemioyelesi5088
@opeyemioyelesi5088 2 жыл бұрын
This is by far the best video I have watched explaining promises in Javascript. Thanks @Web Dev Simplified
@brunobrasil3419
@brunobrasil3419 4 ай бұрын
Love your straightforward lessons! Thanks, Kyle.
@alexyambao6115
@alexyambao6115 4 жыл бұрын
Easy to follow, good explanation. Wished I watched this year's ago when first learning promises.
@miguelormita
@miguelormita 2 жыл бұрын
Thank you so much! Sometimes, if I find topics complicated, I feel like I can't breath and take lots and lots of break. lol. But this tutorial makes it easy to understand the topic.
@johnatteo822
@johnatteo822 Жыл бұрын
Just wanted to say great Job! This is the best explanation on Promises that I've came across. Kyle You Are Resolved!
@tomislavzivkovic3978
@tomislavzivkovic3978 2 жыл бұрын
I learned more about promises and callbacks here then on any other place. It is short but understandable. Other videos too. Congratulations.
JavaScript Async Await
7:31
Web Dev Simplified
Рет қаралды 792 М.
JavaScript ES6 Arrow Functions Tutorial
9:32
Web Dev Simplified
Рет қаралды 809 М.
YouTube's Biggest Mistake..
00:34
Stokes Twins
Рет қаралды 51 МЛН
АВДА КЕДАВРАААААА😂
00:11
Romanov BY
Рет қаралды 13 МЛН
маленький брат прыгает в бассейн
00:15
GL Show Russian
Рет қаралды 3,4 МЛН
JavaScript Promises  -- Tutorial for Beginners
37:05
ColorCode
Рет қаралды 101 М.
What are JavaScript PROMISES? 🤞
12:37
Bro Code
Рет қаралды 31 М.
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
NEW React 19 Changes Are Amazing!
8:42
Web Dev Simplified
Рет қаралды 164 М.
How To Create Your Own Implementation Of JavaScript Promises
33:34
Web Dev Simplified
Рет қаралды 97 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3 МЛН
Learn CSS Position In 9 Minutes
9:26
Web Dev Simplified
Рет қаралды 1,9 МЛН
How To Actually Get Hired In 2024
10:43
Web Dev Simplified
Рет қаралды 185 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН