The Promise API | JavaScript Tutorial in Hindi #58

preview_player
Показать описание

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

I have done Java Script course from Angela Yu and I am doing it again from this course which is even better than the paid course. I thought that this will be like a revision course for me but no I am learning a lot of new things which I missed in those paid courses and at last I want to thank you for making such great videos.

AlokTiwari
Автор

views are reduced video by video in playlist which means people are not sticking to course, only hardworking people will make it to the end :)

Minbot
Автор

In 10 days, I am on JS video #58 I lean 12-14 hours a day and use AI to overcome all problems and also get related questions generated and checked by AI whenever I am not understanding any concept i clear my droughts via AI. Thanks, Harry bhai for your contribution in my code journey.

opiniontrading
Автор

Enter Password Interface Made using promise

let data = prompt("Create your Password");
let condata = prompt("Confirm your Password");

let promptdata = new Promise ((resolve, reject ) => {
if (data == condata) {
resolve("Correct")
}
else {
reject("Password doesnt match")
}
})

promptdata.then((value) =>{
alert(value)
}).catch((error) =>{
alert(error)
})

sujitmishra
Автор

Sir Big fan sir How can someone be sooo cool and open minded sir you are teaching us to code even in this time period where everything in education requires money...

DobberText
Автор

Harry Sir You are making nice video.Notes also nice.And also you give an example which will make concept clear.I like promises video very much!

snehalchavare
Автор

ohhh man this was so easy to understand Thnaks HARRY bhai

MdShaquib-eqls
Автор

Day 58 #100DaysOfCode with CODEWITHHARRY,
JavaScript,
today we learn about Various promise methods like .all(), .allSettled(), .race(), .any() .resolve() and more .

vansh
Автор

Harry se better Web-Dev koi nhi padhaya hai, maine bhot sare alag alag sources se kuch kuch padha hai, but literally he is best.
I dont know about his Dsa, but Dev side is best.

suvamagrawal
Автор

Very useful promises method . Thank You Harry

itumandal
Автор

Harry bhai ye video dekhne ke bad i m in love with promise😍😅😂tysm for teaching in such a easy and simple way.😇

adityakanade
Автор

Tysm Harry bhai bcoz of u, I am confident that I can do MCA after my bsc physics..

sahilpanchbhaiya
Автор

thank you so much harry bhaiya ...i am glad a teacher like you is present who understands the ground level problem that we student face during learning...along with teaching..we feel connected with you...which is commendable in itrself.

SaketK
Автор

This course is really amazing. Thank you so much Sir ❤️❤️

samirrobin
Автор

Finally kch smjh me aya lasf 5 videos se kch smjh ni aa rha tha

spiderbolte
Автор

Majja aagaya hari bhai, bohot mast padhate ho thanks you yaar

ajinath
Автор

Harry Bhai you explain it very well maza agaya 🔥🔥🙌🙌

Kuch_Bhi-lets_explore_it
Автор

Thankyou for taking the decision of teaching us. Appreciate it x10000

gladsonpaul
Автор

this is an amazing java script course, thanks to handwritten notes provided by you...helps alot to revise concept. i would suggest if you provide hand written noted for back end dev using java script that will be very useful ...

DivyanshuArunCoder
Автор

Promises method 🔥
#JavaScript
5 MIll🎉

Android-