I think this is the first time I truly understood, when they say objects are passed by reference, from the diagrams you showed. And visualizing the heap memory storing objects, functions and arrays and stacks storing primitive data types, is just gold! It makes it way clearer to understand! Thank you so much, sir Brad!
Ohhh man this took me so long to figure out. I was so mad why my initial object changed every time I recalculated some values. Thank you for shedding some light on the subject.
Personally I like these bite-sized videos. They help me with understanding basic concepts without having too much information thrown at me at the same time.
This is a great series! Thanks. You mentioned revamping the modern JavaScript from the beginning course. I’d love to know when that is going to happen, Brad. I love your teaching style and almost signed up last week but was put off by the age. Considered other more recent courses but would definitely take yours if updated.
Thank you for this series, your explanation makes advance concepts easy to understand. But I have one question, if primitive variables are stored in stack, is this same as call stack? If yes, then that variables should be removed when function completes execution. So how a function can access that variable in terms of closures?
Great video, although I came in looking for something else but this was informative. What I was looking for is recommendations for memory management. For example, is it bad to declare variables or should we try to minimize it. For example should I do const result = someFunction() and then return result, or return someFunction(). Is this more efficient? What are the tools that can help us measure performancece in node? Are async/await consuming more memory than sync functions?
Newby question here, how is he having the values directly on the console without refreshing the code every time? I saw this behavior on Angular but didn't know you could get real time updates on JS as well, is he using an extension or something ?
Hey Brad, thanks for the tutorial. I wonder if these diagrams help professional developers visualize how memory is occupied in their apps? I don’t really consider myself a professional but I did study memory management and memory allocation strategies by operating systems. I think it’d be better for myself and more advanced developers to study how JavaScript engine allocates memory on a much more lower level.
Great video Brad!! I have a doubt tough, when you you reassign newName, shouldn't it still be in memory and the engine allocates memory for a new string?
The Voice - which motivates developers to go to any extent to learn !!! I really love your teaching 💝💝💝
I think this is the first time I truly understood, when they say objects are passed by reference, from the diagrams you showed.
And visualizing the heap memory storing objects, functions and arrays and stacks storing primitive data types, is just gold!
It makes it way clearer to understand!
Thank you so much, sir Brad!
That heap memory explanation with diagram is on point perfect.
Thanks for your hard work sir.
I like the way he admitted he doesn't know about memories much and still gave the relevant info with great explanation.
Ohhh man this took me so long to figure out. I was so mad why my initial object changed every time I recalculated some values. Thank you for shedding some light on the subject.
more videos like this , love it Brad , i learned something new
Keep going with these videos. It's definitely helping with understanding why JS behaves the way it does for me.
maybe the best and most clear explanation on this topic !!
Imagine all that knowledge in 12 minutes, how much more helpful if it was an hour or so? Thanks Brad
Personally I like these bite-sized videos. They help me with understanding basic concepts without having too much information thrown at me at the same time.
@@darkmojojojo pots and pans, stranger.
Execellent series..I enjoyed it!..Thanks Brad !
2nd time hearing about stack and heap and it's set in my mind. This was so simple, it blew me away.
I'm really digging this series!
Love this series, very helpful for beginners.
Waiting for more videos from you. Thank you for this great serie.
Thanks for this series Brad. It was very helpful for me to understand some of the basics of why javascript works this way
This is a great series! Thanks. You mentioned revamping the modern JavaScript from the beginning course. I’d love to know when that is going to happen, Brad. I love your teaching style and almost signed up last week but was put off by the age. Considered other more recent courses but would definitely take yours if updated.
Wow!
Finally I understand it now. Thanks Brad
This is a strong video. Good work my friend!
Please make more video ! I love your videos.
Excellent series👍!
Amazing video. Well explained and important. Thanks
Love the new intro
wow thank you so much for creating this content for free
Nice Xplanation!!!!
Thank you for the explanation
Very helpful
So helpful 🎉thanks!
fire brother
7:34 I whish 40 but we'll say 44 😥 so, enjoy it while you're there,
Thanks Brad,
Thank you for series. Please one question. On 8.17 min which extension create a line on the variable which is not use now? Which extension is this
Great video. Please create video series on React under the hood.
Thank you for this series, your explanation makes advance concepts easy to understand. But I have one question, if primitive variables are stored in stack, is this same as call stack? If yes, then that variables should be removed when function completes execution. So how a function can access that variable in terms of closures?
great content dude!!
Great video, although I came in looking for something else but this was informative. What I was looking for is recommendations for memory management. For example, is it bad to declare variables or should we try to minimize it. For example should I do const result = someFunction() and then return result, or return someFunction(). Is this more efficient? What are the tools that can help us measure performancece in node? Are async/await consuming more memory than sync functions?
Thank you.
Newby question here, how is he having the values directly on the console without refreshing the code every time? I saw this behavior on Angular but didn't know you could get real time updates on JS as well, is he using an extension or something ?
for algo, great series!
Shoutout to Github Copilot who always knew what Brad wanted to type next :-O
Love from Bangladesh ♥
Great video! Had no idea it works like this. In what case would I use this tho?
Is stack can't handle variables of variable size, how comes when you change a string variable it still resides on the same spot in the stack?
Hey Brad, thanks for the tutorial. I wonder if these diagrams help professional developers visualize how memory is occupied in their apps? I don’t really consider myself a professional but I did study memory management and memory allocation strategies by operating systems.
I think it’d be better for myself and more advanced developers to study how JavaScript engine allocates memory on a much more lower level.
nice work
thank y0u
in the first example from 4:35 to 6:47 is the 'stack' the global execution context?
Great video Brad!! I have a doubt tough, when you you reassign newName, shouldn't it still be in memory and the engine allocates memory for a new string?
Thanks
This explains mutability well
U r a good teacher. Can u do video on how nestjs project architecture need to be.
awesome👍👏
11:10 I wonder how he auto complete those lines? Did he store it somewhere? What vscode extension was it?
It's Github Copilot.
@@ScriptRaccoon Thank you!
great 😇
Not sure why but I cant find objects in the snapshot. Great video anyways and great explanation as always
Do series on react under the hood
Everything in javascript is stored in heap memory
please make more video of javascript core concept
Is there course Js under hood
😍😍😍😍😍
Primitive Types: BeBUNSS