Loving these video and feeling more confident about my skills day by day ! Is there anyone who is professionally doing coding after watching sirs video? Just for lil bit motivation for people like me!
I have been working with JS for 7-8 months now and went through lot of videos for this concept but this is the most simplified explanation of Execution context with actual proofs I have found.
Function ab jitna padha hai sab clear hai, return bhi clear hai bhaiya ji. Execution context, global, script, local, memory creation phase, code execution phase ab sab clear hai bhaiya..Episode 30 complete ho gaya bhaiya. Aapka jaisa guru har ek student deserve krta hai bhaiya.
1:33 what is code execution context 2:48 why we didn't studied code execution context before? 3:22 global execution context explained 8:25 used function and debugger 12:17 Changed variable declaration const to var 21:53 Local execution context 33:20 global execution context summary 37:15 deep nesting of execution context 51:27 execution context summary My contribution, Sunday Qna gang
Most valuable & easy explanation in Holl's UA-cam community Guys if anyone wants to follow all lectures of the JS Module u can blindly follow all his lectures
Bro trust me this is the best JS playlist I have ever come across on UA-cam, it’s going to be famous super soon, never feel bad about less views. This is not some one shot bakwas, it’s quality and in depth content, which will be super famous very soon. Hope you achieve great heights for providing such premium content to everyone out there.
Bhai sahab yo kya dekh liya maine 😂😂😂😂 itne jagah ghuma finally mujhe meri manjil mil hi gai or bhai savh bol rha hu maine paid course ke lecture bhi dekha h lekin itna deep koi nhi samjhata upper upper se samjha dete h or tumse umeed rakhte h ki apna dimaag tum bhi lgao isliye bhaiya ne yahaan kaafi badhiya h gec or fec ko samjhaya h
love you anurag bhaiya mai abhi "Apna collage" se pada lekin samaj nahi aya mere, sradha mam ke padane me koi dikkat nahi but mere hi samajh nahi aya, lekin apki language & meri language same hai ya fir pata nahi kyon par apka pada hua samajh aa raha hai
let name = "ishan saini"; console.log(name); function fun1 (){ // this is a function 1. console.log("Inside function-1"); fun2() // call function-2 const fun3 = () => { // this is a function 3. console.log("Inside function-3"); } fun3() // call function-3 } fun1() //call function-1 function fun2(){ // this is a function 2. console.log("Inside function-2"); } console.log("End"); output :- ishan saini Inside function-1 Inside function-2 Inside function-3 End
Bhai Jo aap debugging me chrome pr use karr rahe hain vo chrome ka bug nhi hai ... Balki sayad vo aapne new extension ki wajah se hora hai mere uspr vesa nhi hora ( 27:46 )
let first = "Learner" let last = "Deeply" console.log(first); console.log(last); sayHi(); function sayHi() { let sayHiVariable = "Hello hi" console.log(sayHiVariable); addition(5,6) } function addition(a, b) { let additionVariable = "Hello addition"; console.log(`addition will be ${a+b}`); console.log(additionVariable); subtraction(9, 4); } function subtraction(x,y){ let subtractionVariable = "Hello subtraction"; console.log(`subraction will be ${x-y}`); console.log(subtractionVariable); multiply(14,12) } function multiply(p,q){ let multiplier = "Hello multiplication"; console.log(`multiply will be ${p * q}`); console.log(multiplier); division(6,3); return p*q } function division(f,g) { let division = "Hello division"; console.log(division); console.log(`multiply will be ${f / g}`); } // Output Learner Deeply Hello hi addition will be 11 Hello addition subraction will be 5 Hello subtraction multiply will be 168 Hello multiplication Hello division multiply will be 2
😀😀 Thank you so much Bhai batane ke liye. Agar aage bhi kuch aisa dikhe to bata Dena UA-cam par upload karne ke baad bhi cut lag sakta hai. Aur main abhi is video mein cut laga deta hoon.
Kyuki lambi videos jyadatar log nahi dekte hain. Mujhe khushi hai ki tum consistently itni badi badi video dekh rahe ho. Tum zaroor ek achhe developer banoge.
That's great, debugger ke bina JavaScript achhe se seekha hi nahi jaa sakta hai. Aise hi seekhte raho aur apne friends ko bhi recommend Karo ye course.
Sir, the way you teach is mind-blowing. How smoothly and enjoyably you delivered the knowledge to us is awesome.
Awesome, keep learning and growing 😊
@@procodrryes sir 😊
@@procodrr Sir kaya ab brower, undefined ke jagha batata hai?
Loving these video and feeling more confident about my skills day by day !
Is there anyone who is professionally doing coding after watching sirs video? Just for lil bit motivation for people like me!
I have been working with JS for 7-8 months now and went through lot of videos for this concept but this is the most simplified explanation of Execution context with actual proofs I have found.
Function ab jitna padha hai sab clear hai, return bhi clear hai bhaiya ji. Execution context, global, script, local, memory creation phase, code execution phase ab sab clear hai bhaiya..Episode 30 complete ho gaya bhaiya. Aapka jaisa guru har ek student deserve krta hai bhaiya.
Aise hi padhte raho, tum JavaScript ke master ban jaoge.
@@procodrr haan bhaiya, aashirwad aap bhi dijiye ga bhaiya ji
Ser aapne bahut accha sikhaya , har ek cheej asani se samajh aa rahi he , ek dam halua jese , thankyou bhaiya ,
❤❤❤
1:33 what is code execution context
2:48 why we didn't studied code execution context before?
3:22 global execution context explained
8:25 used function and debugger
12:17 Changed variable declaration const to var
21:53 Local execution context
33:20 global execution context summary
37:15 deep nesting of execution context
51:27 execution context summary
My contribution, Sunday Qna gang
Thank you so much bhai, it will be valuable to everyone.
I have added it in the video description just check it once.
@@procodrr sure ..will continue to contribute as much as I can
Awesome 👍
shut up fam you ruined my video experience
Day 11: video 30 completed ....thank you sir making such great video 😊
Most valuable & easy explanation in Holl's UA-cam community Guys if anyone wants to follow all lectures of the JS Module u can blindly follow all his lectures
you are right ji
Clear explanations and concise examples made complex concepts easy to understand. Thanks for sharing your expertise
Sir, kaafi accha smajaya hai aapne, all doubts are cleared in Execution Context and Deep Nesting of Execution Context 💯
Awesome, keep learning and sharing 😊
Loving these tutorials! Thanks, Anurag Bhaiya! 🎉
Ma Sha Allah I did clear anything you are best in UA-cam (May Allah guided you to right path).
Ameen same here
Bro trust me this is the best JS playlist I have ever come across on UA-cam, it’s going to be famous super soon, never feel bad about less views. This is not some one shot bakwas, it’s quality and in depth content, which will be super famous very soon. Hope you achieve great heights for providing such premium content to everyone out there.
Thank you for understanding 🙏😌
If possible add english subtitles to your other bootcamp videos like html and css.
@@akram5960 We're adding the subtitles. In HTML and CSS videos it is already added. We'll add it soon in JavaScript videos as well.
Apki video dekhne bad pata chala debugger bhi koi chiz hoti ,ye to mast debugger👌👌👌
Achha 😀
@@procodrr mujhe bhi bhai mene apna college, code with harry se phle padha the js but kisi ne nhi bataye itn deep knowledge
you are great brother
Crystal Clear Concepts Thank you so much sir love from Pakistan ♥️🔥
Thanks sir for this entire amazing JS Playlist delivery ❤❤🙏🙏
my all doubt is clear, thank for explaining in such a easy way
Awesome, keep learning and sharing 😊
Bhai sahab yo kya dekh liya maine 😂😂😂😂 itne jagah ghuma finally mujhe meri manjil mil hi gai or bhai savh bol rha hu maine paid course ke lecture bhi dekha h lekin itna deep koi nhi samjhata upper upper se samjha dete h or tumse umeed rakhte h ki apna dimaag tum bhi lgao isliye bhaiya ne yahaan kaafi badhiya h gec or fec ko samjhaya h
Thank you soo much sir..... You're the only one who explains this much details
Great explanation and lecture.
Thanks for the video
Welcome 🙂
very nice and deep explanation maza aagaya
Awesome, keep learning and sharing 😊
Nice...everything is clear.🎉
Amazing Explanation... Super se bhi Upar....👍
clear hai sab sir thank you 💕💕
Awesome video. Thank you for the in depth explanation 🎉❤
bahut bday bhaiyya achi tarah se samaj aa gya 💖
Awesome, keep learning and sharing 😊
my all doubt is clear, thank for explaining in such a easy way
sir yeh jo ap jis bored par explan kar rahy thy wo kahan sy downlode kia
Very informative
Thank you!
love you anurag bhaiya
mai abhi "Apna collage" se pada lekin samaj nahi aya mere, sradha mam ke
padane me koi dikkat nahi but mere hi samajh nahi aya,
lekin apki language & meri language same hai ya fir pata nahi kyon par apka pada hua samajh aa raha hai
sir achese samajh aa gaya 😃😃
Sir now(in updated chrome version), during memory creation phase, value unavailable shows instead of undefined in variable.
it is an update but both are same.
This is the Only tutorial that can make us to Get rid of the " tutorial hell " ❤🎉
Very interesting Video sir
sir Global ki bajaye Wlobal likha hea 3:22 time stamp mea
good playlist ❤❤ for provide knowledge with coding in javascript
I have a doubt, there is Global scope and Local scope, what is SCRIPT scope actually mean ? I don't find anything Script scope in web.
hello function ke andar add ko call kiye memory creation ke bad addition kyu nhi hui a + b ?
Help Me Sir?
loved it sir 😍😍
mast bro maza a gya
Awesome, keep learning and sharing 😊
Execution context complete 💯😊
Great 👍
Kya interview me execution phase se related questions bhi puche jaate hai sir.
Haa
Thanku so much sir for this vedio
I will follow u surely for js ❤
👍👍🔥🔥 completed
nice explanation
Hello Sir, Please create one video for recurrsion in javascript for multiple nested array of objects, for example parent and children tasks.
let name = "ishan saini";
console.log(name);
function fun1 (){ // this is a function 1.
console.log("Inside function-1");
fun2() // call function-2
const fun3 = () => { // this is a function 3.
console.log("Inside function-3");
}
fun3() // call function-3
}
fun1() //call function-1
function fun2(){ // this is a function 2.
console.log("Inside function-2");
}
console.log("End");
output :-
ishan saini
Inside function-1
Inside function-2
Inside function-3
End
Correct 💯
Thanks brother❤
Bhai Jo aap debugging me chrome pr use karr rahe hain vo chrome ka bug nhi hai ... Balki sayad vo aapne new extension ki wajah se hora hai mere uspr vesa nhi hora
( 27:46 )
Achha, theek hai main dekhta hoon. Batane ke liye thanks 👍
let first = "Learner"
let last = "Deeply"
console.log(first);
console.log(last);
sayHi();
function sayHi() {
let sayHiVariable = "Hello hi"
console.log(sayHiVariable);
addition(5,6)
}
function addition(a, b) {
let additionVariable = "Hello addition";
console.log(`addition will be ${a+b}`);
console.log(additionVariable);
subtraction(9, 4);
}
function subtraction(x,y){
let subtractionVariable = "Hello subtraction";
console.log(`subraction will be ${x-y}`);
console.log(subtractionVariable);
multiply(14,12)
}
function multiply(p,q){
let multiplier = "Hello multiplication";
console.log(`multiply will be ${p * q}`);
console.log(multiplier);
division(6,3);
return p*q
}
function division(f,g) {
let division = "Hello division";
console.log(division);
console.log(`multiply will be ${f / g}`);
}
// Output
Learner
Deeply
Hello hi
addition will be 11
Hello addition
subraction will be 5
Hello subtraction
multiply will be 168
Hello multiplication
Hello division
multiply will be 2
Hello sir good evening… course me basic idea ho to hum freelance work kar sakte hai na 😊
Lekin function scope k anusar toh sayhi function k ander se add function toh nahi execute hona chaiye.
Awesome ❤
Thanks, glad you liked it! 😊
Sir backend please, waiting for your backend series
Thank you so much I mean alot
34:32 pe cut laga Lena tha sir 😅😅
😀😀
Thank you so much Bhai batane ke liye.
Agar aage bhi kuch aisa dikhe to bata Dena UA-cam par upload karne ke baad bhi cut lag sakta hai.
Aur main abhi is video mein cut laga deta hoon.
Sir when react JS course is starting?
1 March se start hoga.
what a video sir
Inception Movie ka lite version.
😀😀
Bhaiya koi bhi creator jo youtube prr hai itna depth mein jaakrr functions toh kya objects arrays bhi nhi padhata hai..debugger ki toh baat koi karta bhi nhi hain initial level prr. Sabko bss one shot ya jaldi jaldi 10 15 dinn mejn JavaScript khatam krwaana rehta hai. Phir paid course bhi launch ho jaata hai.
Kyuki lambi videos jyadatar log nahi dekte hain. Mujhe khushi hai ki tum consistently itni badi badi video dekh rahe ho. Tum zaroor ek achhe developer banoge.
@@procodrr Ji bhaiya ji zaroor🙏🏻😇
Bhaiya ji hame bhi khushi aap hame course khatam krne m itna time lag rha or itna bada course Bana koi aam baat nhi bhot badi baat h
Best explanation ❤❤
@@rakeshroy1633 true brother 100%
completed
This chapter is important or no sir
Important
done ep 30
I think you developed JavaScript.🧐🧐🧐
day7
Now I know how to use a debugger properly.
That's great, debugger ke bina JavaScript achhe se seekha hi nahi jaa sakta hai.
Aise hi seekhte raho aur apne friends ko bhi recommend Karo ye course.
nicely explained , Thanks
Awesome, keep learning and sharing 😊