JavaScript Under The Hood [4] - Memory Storage

  Рет қаралды 42,594

Traversy Media

Traversy Media

Күн бұрын

In this video, we'll look at how and where primitive values and reference data (objects) are stored.
💻 My Courses & More
traversymedia.com
💖 Show Support
Patreon: / traversymedia
PayPal: paypal.me/traversymedia
👇 Follow Me On Social Media:
Twitter: / traversymedia
Instagram: / traversymedia
Linkedin: / bradtraversy
Timestamps:
0:00 - Intro
0:59 - Memory Management & Garbage Collection
2:34 - Primitive vs Reference Types
4:19 - Stack vs Heap (Diagram)
6:47 - Stack vs Heap (Code)
9:41 - Devtools Memory Tab

Пікірлер: 59
@umamaheshmeka1032
@umamaheshmeka1032 Жыл бұрын
The Voice - which motivates developers to go to any extent to learn !!! I really love your teaching 💝💝💝
@ngolelawsonmbwoge3647
@ngolelawsonmbwoge3647 Жыл бұрын
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!
@vinaypatil8009
@vinaypatil8009 Жыл бұрын
That heap memory explanation with diagram is on point perfect. Thanks for your hard work sir.
@PRAHLADSAHU-pk4fd
@PRAHLADSAHU-pk4fd Жыл бұрын
I like the way he admitted he doesn't know about memories much and still gave the relevant info with great explanation.
@kosmarjus
@kosmarjus Жыл бұрын
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.
@godfreyndiritu9062
@godfreyndiritu9062 Жыл бұрын
Imagine all that knowledge in 12 minutes, how much more helpful if it was an hour or so? Thanks Brad
@darkmojojojo
@darkmojojojo Жыл бұрын
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.
@Retrofire-47
@Retrofire-47 10 ай бұрын
@@darkmojojojo pots and pans, stranger.
@WendimuSitotaw
@WendimuSitotaw Жыл бұрын
I'm really digging this series!
@darkmojojojo
@darkmojojojo Жыл бұрын
Keep going with these videos. It's definitely helping with understanding why JS behaves the way it does for me.
@lathamanoharan642
@lathamanoharan642 Жыл бұрын
Thanks for this series Brad. It was very helpful for me to understand some of the basics of why javascript works this way
@jhmesseroux
@jhmesseroux Жыл бұрын
more videos like this , love it Brad , i learned something new
@genrum4803
@genrum4803 Жыл бұрын
Love this series, very helpful for beginners.
@elyoaprogrammer
@elyoaprogrammer Жыл бұрын
Execellent series..I enjoyed it!..Thanks Brad !
@bevedel
@bevedel Жыл бұрын
Waiting for more videos from you. Thank you for this great serie.
@devbrothonath9396
@devbrothonath9396 2 ай бұрын
2nd time hearing about stack and heap and it's set in my mind. This was so simple, it blew me away.
@xkwantified
@xkwantified Жыл бұрын
Excellent series👍!
@pablojoyce
@pablojoyce Жыл бұрын
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.
@alexiscostoulas
@alexiscostoulas Жыл бұрын
maybe the best and most clear explanation on this topic !!
@gunarcom
@gunarcom Жыл бұрын
This is a strong video. Good work my friend!
@thisweblabvideos
@thisweblabvideos Жыл бұрын
Amazing video. Well explained and important. Thanks
@josephwong2832
@josephwong2832 Жыл бұрын
Wow! Finally I understand it now. Thanks Brad
@drippindamnfaucet3309
@drippindamnfaucet3309 Жыл бұрын
Nice Xplanation!!!!
@moqusi24
@moqusi24 Жыл бұрын
Thank you for the explanation
@mulualemtekle6094
@mulualemtekle6094 Жыл бұрын
great content dude!!
@yoshreimi
@yoshreimi Жыл бұрын
wow thank you so much for creating this content for free
@jonp9511
@jonp9511 Жыл бұрын
Very helpful
@eillioniscreating
@eillioniscreating 10 ай бұрын
Please make more video ! I love your videos.
@sourandbitter3062
@sourandbitter3062 Жыл бұрын
Love the new intro
@legalcoffee5315
@legalcoffee5315 Жыл бұрын
So helpful 🎉thanks!
@MgelikaXevi
@MgelikaXevi 8 ай бұрын
for algo, great series!
@dasuntheekshana3433
@dasuntheekshana3433 6 ай бұрын
nice work thank y0u
@mahdikamran8061
@mahdikamran8061 6 ай бұрын
Thank you.
@rutvijdoshi9664
@rutvijdoshi9664 Жыл бұрын
Great video. Please create video series on React under the hood.
@k.ksharma4457
@k.ksharma4457 Жыл бұрын
awesome👍👏
@eboum4273
@eboum4273 8 ай бұрын
Thanks
@developersharif
@developersharif Жыл бұрын
Love from Bangladesh ♥
@nithinraj342
@nithinraj342 Жыл бұрын
U r a good teacher. Can u do video on how nestjs project architecture need to be.
@ahmad-murery
@ahmad-murery Жыл бұрын
7:34 I whish 40 but we'll say 44 😥 so, enjoy it while you're there, Thanks Brad,
@DanzzyTechWorld
@DanzzyTechWorld Жыл бұрын
This explains mutability well
@nicogarcia7302
@nicogarcia7302 Жыл бұрын
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?
@mirkafarkasova2425
@mirkafarkasova2425 2 ай бұрын
Great video! Had no idea it works like this. In what case would I use this tho?
@thewild123
@thewild123 Жыл бұрын
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.
@bossmohd
@bossmohd 9 ай бұрын
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?
@ScriptRaccoon
@ScriptRaccoon Жыл бұрын
Shoutout to Github Copilot who always knew what Brad wanted to type next :-O
@G.Lomidze
@G.Lomidze Жыл бұрын
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
@matchujk
@matchujk 6 ай бұрын
in the first example from 4:35 to 6:47 is the 'stack' the global execution context?
@nikhilmandaliya
@nikhilmandaliya 4 ай бұрын
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?
@anandstephan6020
@anandstephan6020 Жыл бұрын
please make more video of javascript core concept
@prudhvichinnam1488
@prudhvichinnam1488 Жыл бұрын
Do series on react under the hood
@tamboleo
@tamboleo Жыл бұрын
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 ?
@deathangel908
@deathangel908 10 ай бұрын
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?
@georgenonis5967
@georgenonis5967 Жыл бұрын
Not sure why but I cant find objects in the snapshot. Great video anyways and great explanation as always
@buddhaburrito
@buddhaburrito Жыл бұрын
11:10 I wonder how he auto complete those lines? Did he store it somewhere? What vscode extension was it?
@ScriptRaccoon
@ScriptRaccoon Жыл бұрын
It's Github Copilot.
@buddhaburrito
@buddhaburrito Жыл бұрын
@@ScriptRaccoon Thank you!
@mecreature
@mecreature Жыл бұрын
😍😍😍😍😍
@sujaigorai7752
@sujaigorai7752 Жыл бұрын
Everything in javascript is stored in heap memory
@Red_Coder
@Red_Coder Жыл бұрын
Is there course Js under hood
JavaScript Under The Hood [5] - JavaScript Engine Overview
12:30
Traversy Media
Рет қаралды 38 М.
Угадайте концовку😂
00:11
Poopigirl
Рет қаралды 4,1 МЛН
SMART GADGET FOR COOL PARENTS ☔️
00:30
123 GO! HOUSE
Рет қаралды 21 МЛН
Stack vs Heap Memory - Simple Explanation
5:28
Alex Hyett
Рет қаралды 170 М.
Performance of JavaScript Garbage Collection | Prime Reacts
26:46
ThePrimeTime
Рет қаралды 68 М.
JavaScript Under The Hood [1] - Thread & Call Stack
9:05
Traversy Media
Рет қаралды 116 М.
Build Strength From Struggle | My Story
9:20
Traversy Media
Рет қаралды 205 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 781 М.
Garbage Collection (Mark & Sweep) - Computerphile
16:22
Computerphile
Рет қаралды 229 М.
JavaScript Under The Hood [2] - Execution Context
14:28
Traversy Media
Рет қаралды 75 М.
Самый маленький игровой ПК
0:46
ITMania - Сборка ПК
Рет қаралды 527 М.
Phone sees the future ! 📲🫣👽
0:38
BOGDANCHIKI
Рет қаралды 11 МЛН
Почему сканер ставят так не удобно?
0:47
Не шарю!
Рет қаралды 545 М.
СЛОМАЛСЯ ПК ЗА 2000$🤬
0:59
Корнеич
Рет қаралды 1,5 МЛН