Excellent video. Now callback function makes complete sense to me. Thank you very much. Ironically I am watching this video exactly a year later of you posting it. Today is Feb 07, 2020.
brother you are always great. I watch multiple videos of different topics from different you tubers. you always make more sense. may be bcs urdu hindi are almost same AND what you can understand in motherly language, you never can grasp in others. respects from Virginia Us as well as Punjab Pk. May Allah bless you Amin
I am sure who don’t understand hindi are missing something. The tried to understand the syntax of callback function in English bangali but failed and here youe have saved my life. That happened also in django. I have fall in love with you. Take love from Bangladesh. If you make tutorial in Englishman teach people with this kind of explanation you will beat everyone. Not just in English or hindi.
Ye bhai itna badiya padhata hai ki koi *bot* bhi inki video dekhe to *pro* ban jaaye... Or hame to fir bhi 2-4 language aati hai to Hamari to moj hai...😁
suppose u want to do a task that is asynchronous in nature such as File Handling, Http request, API call so in such case we have to use callback functions to handle the async nature as he taught in the last section of a video
function show(a) { console.log(' I am a shoe function', a) } function geeky(a, callback) { callback() } geeky(101, shoe) I am a show function undefined //so ye run nhi krta hai sir iska conclusion ye hai ki vo a ko as a function treate krta hai jaise vo callback ko function get kr rha hai . am i right ? Please Sir respond dena ish FeedBack pr
higher order function means a function which is used as arguments in another function but when we do this and call it back means later ( NOt directly means in hirgher order function it will be called as show() but here it is not this case so it is call back )as in the example so then it will be call back function
What is different between synchrous and asynchronous in JavaScript.. Please ak video banana do. Different Kya h uspe Or point to point different bata dena.. Ase to Pata h Pata Kuch point but clear nhi ho pa rahaa h.
your good but avoid to pronounced like "SO" its "Show" name. If your doing job in IT sector so your English should be proper!!! little bite fine because we are Indians, thats fine but dude don't make it frequently without aware things. Please be take care of those things.. it's useful for us.
Finally a video to understand callback from the root ... 👌
Sir, you really made it so simple for the begginers. Thank you so very much.
Bahot acche se samjh me aaya....
Best video in entire India to understand it...
Excellent video. Now callback function makes complete sense to me. Thank you very much. Ironically I am watching this video exactly a year later of you posting it. Today is Feb 07, 2020.
Finally I found the best tutuor 😊😊
brother you are always great. I watch multiple videos of different topics from different you tubers. you always make more sense. may be bcs urdu hindi are almost same AND what you can understand in motherly language, you never can grasp in others. respects from Virginia Us as well as Punjab Pk. May Allah bless you Amin
ek dum sahi bro
I am sure who don’t understand hindi are missing something. The tried to understand the syntax of callback function in English bangali but failed and here youe have saved my life. That happened also in django. I have fall in love with you. Take love from Bangladesh. If you make tutorial in Englishman teach people with this kind of explanation you will beat everyone. Not just in English or hindi.
Excellent video on callback function ! Thanks a lot for your efforts for making this video in simplified manner 👌
You are God of Javascript sir, kitna ache see explain kia he apne, waoo,Great.
After searching a lot of videos this was the best to understand callbacks in a easy way
Ye bhai itna badiya padhata hai ki koi *bot* bhi inki video dekhe to *pro* ban jaaye...
Or hame to fir bhi 2-4 language aati hai to Hamari to moj hai...😁
Beautiful explanation 😘
I have subscribed your channel due to your way of best teaching methodology
Dhanyaad Sir Itne Easy Concept Wow..❤️
Nice video thankyou so much 🙏🏼🙏🏼🙏🏼
ye banda kamaal hai explaination kaamaaal ki krta hai
your are the best tutor bhai..
Really amazing,
Thank you.
Ma Shaa Allah..bahut qoob.
arey bhai aaptoh hero ho meraa very thanku
At 11:15, I have run synchronous code (just like the above code), where only the last line runs i.e "End". Kindly help out
Sir please write your code in editor instead of this pad, because in editor it makes more sense
Loved your explanation
Awesome explanation 👍🏻👍🏻
good job bro, bahut badhiya explanations...
Liked n subscribed..tq bhai
Very well explained kudos dear
Sir hame function ko receive krne ki Kya zaroorat h as an argument...hum to direct bhi call kr sakte hain usi function k andar
for async javascript we use callback function
suppose u want to do a task that is asynchronous in nature such as File Handling, Http request, API call so in such case we have to use callback functions to handle the async nature as he taught in the last section of a video
now clear me concept... thanks
Awesome Explanation
Bro Love You hu giya Wada Wada :::::::: Thank You ::::::::::
Badhiya bhai
very good Explain , Yaar . Thanks bro
Very nicely explained
Worth watching
thnaku so much geeky
thanks for the video
How did you get writing pad?
11:23
Air please make one video regarding pure function. Thanks in advance
O man thank you so much finally samaj aya
Sir react js me iska use hota h kya
yes bahot jyada
I love you bro finally I got a charity
GREAT VIDEO
please make a video about 'Promises'
nice explanation
Sir isss month reactjs aur react native pr video banana pizza I request u....React JS pr fresher pr job mil skti hai Kya...?
Yes ...aaram se milega.... Only you have to give 15 days and night
Super Dude
function show(a) {
console.log(' I am a shoe function', a)
}
function geeky(a, callback) {
callback()
}
geeky(101, shoe)
I am a show function undefined
//so ye run nhi krta hai sir iska conclusion ye hai ki vo a ko as a function treate krta hai jaise vo callback ko function get kr rha hai . am i right ?
Please Sir respond dena ish FeedBack pr
geeky function ke andar jhan pe callback call hua hai usme a ko as argument pass krna hoga tb undefined print nhi hoga
please show the image preview also using callback function
Nice video
Amazing
Use of this?? in real world projects
BEST!
Great.
Thank you.
good job
good
Bro, 7:00 pe jo btaya wo sayad work nhi kar rha
what is the error?
How to search for a number or string or a boolean value from an array and print it, can anyone help.?
const arr=['John' , 23 , true]
🔥🔥
Please Sir python per tutorial banae
1. Callback
2. Call, apply, bind
3. Closure
4. IIFE
in chaaro me se ES6 ka feature kaun kaun sa hai main confuse hoon
koi bhi nahi
apne promises wala topic ka video banaya hi nai........
Next video promise ki hai... Check this playlist
thanks
Callback hell kya krta hai..means ?
thank sir
interesting
fir highorder funtionl kya hai . ushme bhi yahi hota hai
higher order function means a function which is used as arguments in another function but when we do this and call it back means later ( NOt directly means in hirgher order function it will be called as show() but here it is not this case so it is call back )as in the example so then it will be call back function
❤️
Sir is this necessary? Or not!!? Anybody can tell me pls
very much necessary
Hi Ranjeet
thoda aavaj tej rkha kro bhai videoi ki9
May PGDCA Kar raha hu Kya main ap ka channel say sab Sikh Saka hu
Yes
@@geekyshows I love u sir❤️❤️❤️❤️❤️
Can you please make videos on node js
allow me to finish React JS first
Love
Kuch bhi samajh nhi aaya ....kya kaha kahase kyu
What is different between synchrous and asynchronous in JavaScript.. Please ak video banana do. Different Kya h uspe Or point to point different bata dena.. Ase to Pata h Pata Kuch point but clear nhi ho pa rahaa h.
try to speak loud 😭
Phly tu khd samjha le
your good but avoid to pronounced like "SO" its "Show" name. If your doing job in IT sector so your English should be proper!!! little bite fine because we are Indians, thats fine but dude don't make it frequently without aware things.
Please be take care of those things.. it's useful for us.
Omg 😱
Good explanation
good job
plz make a video about 'Js Promises'
Hey dude what projects you doing nowadays ? I saw you on daily tuition too for WordPress.