It's incredibly useful to understand the behind-the-scenes details. Thanks for the series, Brad. I'm eagerly anticipating more videos like this in the future!
My man thank you so much for this amount of knowledge you shared with us for free. Really, you have no idea how important it was for me. I squeezed the whole series until I get every knowledge drop. I took notes and screenshots of everything. Again, thanks a lot, you have my gratitude. Hugs from a new fan from Brazil!!
Thanks Brad after writing JS for 12 months this really helped answer so many question that has developed over that time makes things just make sense. I purchased 'modern JS' so I will have to revisit it. Thanks again
It was a very challenging task to compile and present such a depth of knowledge, I really appreciate your work. However, you did it and it helped me understand the enigmatic concept behind the sense. Thanks a lot
Brad I can't thank you enough how awesome this series was. It definitely gave me a new perspective on how JS works behind the scenes. Thank You Bradley (Lol 😂)
Thank you so much for this series. It's really well-explained, it's always important for me to understand how things work to really know what I'm doing! And the diagrams are very helpful too!
Still hope you'll add closures to under the hood. Its a topic that confuses a lot of people and you can see the closure in the object properties. I think youd be able to do a good job explaining it. Cheers on the series, i thought you did a great job!
Very nice series, it would be great to have one on algorithms/patterns with JS (what would be recommended for a dev web, and other extra but are not mandatory) and really small exercices to compare with you. It would be awesome and fun!
Just want to point out a small inaccuracy. The new edge (judging by the logo you used) is chromium based, so it's V8. Chakra is only used in the older edge browser.
@@js_programmer8423 actually its good that he pointed that out its helpful for the creator and for the community, and Brad won't lose any credit for the great work he is doing. toxic communities start by not correcting the members of community and defaming them instead.
@@js_programmer8423 This is a technical video about a low level aspect of a widely used language, accuracy matters. You want to win friends? post or share a Tik Tok video, this is not the comment section that is right for you.
Well presented. I like the way you make some difficult concepts easier to understand with clear examples. I will certainly watch more of your videos. Thanks for taking the time to make these.
More thing more, I also want you to make a video in which you teach us how to understand industry level code, on GitHub many projects are such a mess that is impossible to understand for a new programmer even when the functionality of that project is understandable but the way they write code is very complicated.
Thanks that was really great. I have one suggestion maybe you like it, I think if you make a few videos about classes & constructor concept under the hood how they work, it will be really helpful for us. Again thanks for making such an amazing videos.
This series is awesome , we want to understand javascript In the end of the series Can you make 1 awesome project totally with vanilla javascript which is also good in looks.
Hey! Just wanted to thank you because your crash courses has gotten me into programming. Something that I've tried previously and failed to do. So, thank you so much! Just one question though, do you think you can do a crash course on Java?
Can you make complete seperate video just focusing on responsiveness with just css and html like every aspect of responsive design from small screens to very large screens , design and thinking strategy from scratch covering every thing from fonts to margin and padding, image sizes for efficient load time basically everything by building a project(website), atleast important stuff. Thanks 👍
Their are many built-in libraries and functions, Can you teach us how to exactly check the functionality or the step or the algorithm used by that function to perform operation.
Suggestion, I would love to see a similar video series for javascript bundlers and how typescript complies to javascript and so on... might be out of scope of this series though.
Was wondering at which point JIT happens in terms of the execution of your code? Is it during the creation phase of the execution context? I'm abit confused how those 2 fit together
I wonder how GLSL and ralated shader stuff run on the GPU, for example in threejs and Babylonjs, does it go through the JS engine or is that a separate process, let me know, I'll do my own digging too, thanks for sparking my curiosity!!
It's incredibly useful to understand the behind-the-scenes details. Thanks for the series, Brad. I'm eagerly anticipating more videos like this in the future!
Extremely helpful to know what's behind the scenes. Thanks for the series Brad. Definitely looking forward to more videos like this in the future!
It was a really great series. It greatly increased my knowledge. Thank you.
My man thank you so much for this amount of knowledge you shared with us for free. Really, you have no idea how important it was for me. I squeezed the whole series until I get every knowledge drop. I took notes and screenshots of everything. Again, thanks a lot, you have my gratitude. Hugs from a new fan from Brazil!!
This voice keeps me going....thank you brad
Thanks Brad after writing JS for 12 months this really helped answer so many question that has developed over that time makes things just make sense. I purchased 'modern JS' so I will have to revisit it. Thanks again
Love the analogy of Compiling - Learning a foreign language vs Interpreting - Having an interpreter with you abroad.
I FINALLY GOT IT. Omgod.. Thank you so much!! I've been reading for hours, and all I needed was these 12 minutes 😅
Proud to be a patreon sponsor!!!. Always appreciate you lessons.
In my opinion, this is the best series.
I just looove the series! Especially useful for a person with no background in computer science!
This channel helped me get my first job and I'm here again to land my second job
I am a 3y exp dev and this series is very helpful for general knowledge and interviews. Thanks Brad.
An amazing series to understand javascript deeply. Thanks Bradley ❤
It was a very challenging task to compile and present such a depth of knowledge, I really appreciate your work. However, you did it and it helped me understand the enigmatic concept behind the sense. Thanks a lot
Brad I can't thank you enough how awesome this series was. It definitely gave me a new perspective on how JS works behind the scenes. Thank You Bradley (Lol 😂)
Thanks for taking the time to share your knowledge, the visuals are great!!
Thank you so much for the "JavaScript Under the hood" series it was a very information. Hoping for these kind of videos in future as well.
This series really was great, I can’t explain how I loved this, you explained a many years misunderstood informations about interpreters
Thank you so much for this series. It's really well-explained, it's always important for me to understand how things work to really know what I'm doing! And the diagrams are very helpful too!
Still hope you'll add closures to under the hood. Its a topic that confuses a lot of people and you can see the closure in the object properties. I think youd be able to do a good job explaining it. Cheers on the series, i thought you did a great job!
Very nice series, it would be great to have one on algorithms/patterns with JS (what would be recommended for a dev web, and other extra but are not mandatory) and really small exercices to compare with you. It would be awesome and fun!
really cool analogy between compiled and interpreted 👌
Fantastic series! I can feel the wrinkles forming on my brain.
That was such an informative series. Thank you for making this.
Amazing explanation for compiling and interpreting. Thanks Brad.
Thanks a lot for this whole series, it was really very to the point and helpful. And yes you make good diagrams.
Thanks alot for the whole series. It helped me so much, the given content was exactly what I needed
Damn, this whole series is very well done! Thanks a lot!
This was a very informative series Brad. :) Well done.
Just want to point out a small inaccuracy. The new edge (judging by the logo you used) is chromium based, so it's V8. Chakra is only used in the older edge browser.
@@js_programmer8423 actually its good that he pointed that out its helpful for the creator and for the community, and Brad won't lose any credit for the great work he is doing.
toxic communities start by not correcting the members of community and defaming them instead.
@@js_programmer8423 This is a technical video about a low level aspect of a widely used language, accuracy matters. You want to win friends? post or share a Tik Tok video, this is not the comment section that is right for you.
Always fun. Concise, well explained and interesting. Many thanks.
Well presented. I like the way you make some difficult concepts easier to understand with clear examples. I will certainly watch more of your videos. Thanks for taking the time to make these.
LOVED this series! Thank you!
Finally, someone cares about the main thing :), Traversy great job man, OG :)
Excellent series. Very helpful, thank you for making these videos.
this course should have at least 100 videos 🥺
helpful informations on this amazing serie, thank you
Great work Brother. Keep it Up! ❤
Fantastic! Thank you for the series! Extremely helpful!
Thanks for making this series. 🙏🏾 It is super useful. 👍🏾
Looking forward for more videos in this series.
Helpline 📲📩
QUESTIONS CAN COME IN☝️⬆️ ⬆️..
Thanks a lot for the series
Great series. Thank you
i love these series. hope to see more in the future 🙌
Thank you, Brad!
Excellent series..Thank you Brad!
Thanks for all that you do Brad. :-)
thanks brad this series was very informative me for an I appreciate your efforts very much.
THank you, Brad.
Thank you very much for these series!
Thank you! For the content you give us.
Love and appreciate very much! 🙏
Our most beloved teacher ...... love frm Pakistan
Chakra runs in old Edge. New Edge uses V8. Edge is now a Microsoft Chromium brand, so it has the same JS and rendering engine as Chrome.
That was also my understanding. Was surprised about Chakra and thought I missed something. Thank you for pointing it out.
More thing more, I also want you to make a video in which you teach us how to understand industry level code, on GitHub many projects are such a mess that is impossible to understand for a new programmer even when the functionality of that project is understandable but the way they write code is very complicated.
So much value here, if you will read this I would like you talk in-depth about software design patterns using JavaScript and TypeScript as use-case.
Brad taught some of the popular design patterns in his JavaScript course on Udemy
@@gauravb28 Hey Gaurav have you worked on any projects with react ?
@@priyankaroberts1093 yeah i have some good experience working with MERN stack
tnx brad . it was aswsome
Great work! You could also cover Call stack in depth. (Like how Paint works with Microtasks and Macrotasks, what requestAnimationFrame does and so on)
So helpful!
Really helpful, thanks
thanks alot
great series
SUGESSTION: next part of series should be a whole picture of all the parts of series with an example program.
Please make more videos on Native Javascript concepts that alot of people think are specific to frameworks like React, Next etc
This was awesome Brad. Could you please make a series on React under the hood?
Hey Abhinash! have you done projects on react recently ?
every time i got an interview i came here to recap
Thanks that was really great.
I have one suggestion maybe you like it, I think if you make a few videos about classes & constructor concept under the hood how they work, it will be really helpful for us. Again thanks for making such an amazing videos.
love from India
Thank you so much!
This series is awesome , we want to understand javascript
In the end of the series
Can you make 1 awesome project totally with vanilla javascript which is also good in looks.
That was such an informative series. can you add please lexical envirnement and closures ?
waiting for more and deeper great seires
Thank you
Thanks for the series, is there any video about Closures in JavaScript and how they are used ? Thanks again.
Thank you so much
thanks brad
Thank you :)
Great content 👌
Really outstanding 💞💞💞
How Javscript communicates with web assembly , a simple tutorial on it at the end of the series would be helpful. 👩💻
thanks!
With the different engines do you have to develop JS differently for each browser to have full compatibility
Hi Brad great vids! As an idea "rendering: repaint, reflow/relayout, restyle" i know it's not related to JS but still will be interesting to watch
Yes, I am old enough to remember Netscape Navigator 😱
You can Add CLOSURES as an addon to this series !
Hey! Just wanted to thank you because your crash courses has gotten me into programming. Something that I've tried previously and failed to do. So, thank you so much! Just one question though, do you think you can do a crash course on Java?
Maybe going over Javascript __proto__ property and the prototype chain in depth would be useful. and proxies
how do you research all these topics?
Can you make complete seperate video just focusing on responsiveness with just css and html like every aspect of responsive design from small screens to very large screens , design and thinking strategy from scratch covering every thing from fonts to margin and padding, image sizes for efficient load time basically everything by building a project(website), atleast important stuff. Thanks 👍
Their are many built-in libraries and functions, Can you teach us how to exactly check the functionality or the step or the algorithm used by that function to perform operation.
Hey Aditya ! are you open to opportunities in web development ?
Suggestion, I would love to see a similar video series for javascript bundlers and how typescript complies to javascript and so on... might be out of scope of this series though.
hi first thank you for helping others , i just wonder what do you use to record your screen ?
I think the new Edge Browser was rebuilt with V8 and more Microsoft features. It's much better than their Chakra browser was.
Was wondering at which point JIT happens in terms of the execution of your code? Is it during the creation phase of the execution context? I'm abit confused how those 2 fit together
😍😍😍😍
Thanks for your video. I can learn English and javascript at the same time 🤣
bro, where are you from
Hello Traversy - Hello guys - I hope u re fine.
How can I create a tracking system with follow code in PHP7 (no framework) PHP, plz
Helpline 📲📩
QUESTIONS CAN COME IN☝️⬆️ ⬆️......
I wonder how GLSL and ralated shader stuff run on the GPU, for example in threejs and Babylonjs, does it go through the JS engine or is that a separate process, let me know, I'll do my own digging too, thanks for sparking my curiosity!!
Do something like this on async await please!
Hi Brad, Can you Please make a vedio on How React works under the hood
Hey Anantha ! i wanted to know if you are open to opportunities in software development ?
I think it's all start with namaste javascript series
According to the new JS runtime Bun, JavaScriptCore may have overtaken V8 as the fastest engine.