Love the beautiful colors of you page, Nader. You're a Michelangelo! 😹
@dualasus12 Жыл бұрын
I’ve been learning to code for about 6-8 months (CS50x, solo projects in python, and most recently working through the scrimba front end career path) which while great courses tend to gloss over a lot of these details and this is the most in depth I’ve look I’ve gotten with the DOM. I had always thought the document object was the DOM not a property within. Also had assumed Math.method() was a build in js function. Really great video looking forward to more from this series.
@TechWithNader Жыл бұрын
Thanks, Lucid! It's super interesting to see what is and isn't part of the DOM 😊 You're right about the document Object, I just want to clarify that Math is actually part of Javascript, just like Object and Array. Things like fetch and navigator are from the BOM (Web APIs). If we were to look at everything in the global scope in something like NodeJS, we would actually see the Math Object, just not things like fetch (Web API) or document (DOM). Hope that makes sense, it's a lot of fancy terminology to take in at once, haha! 🎉
@TechWithNader Жыл бұрын
Also thought I'd post this to help clarify: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math You can see it's a built-in global for Javascript 😉 Here's the list of all of the built-ins: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects We saw all of these on the window Object too 🤓
@dualasus12 Жыл бұрын
@@TechWithNader awesome man thanks so much for taking the time to make the distinction clear, really appreciate what you what you do!
@TechWithNader Жыл бұрын
@@dualasus12 You're welcome!
@chabaneau Жыл бұрын
Totally agree for the Van Gogh thing XD Thanks for the useful upload!
@TechWithNader Жыл бұрын
Thanks Michel! Haha, I'm glad at least someone agrees 👨🏽🎨
@adrian_main749 Жыл бұрын
Keep up the great videos, I love learning from your content and also love how you explain things and always go in depth!!!
@TechWithNader Жыл бұрын
Thanks Adrian! That’s very kind of you 😊 Hope you enjoy the rest of the videos in this series! 🥳
@nguyennguyen1823 Жыл бұрын
Beautiful piece of modern art. Sold for about Three Fiddy.
@TechWithNader Жыл бұрын
Haha! Thanks a lot! Can't wait to keep moving on with this series, lots of fun topics lined up! 🥳
@kalixaegus4042 Жыл бұрын
This is what Ive been waiting for cant wait to build a app or static website using this 3 prgramming tools
@TechWithNader Жыл бұрын
Hey Carl! Super excited to build some apps using these 3 together too! If you stick to these without any extra libraries/frameworks to start, you'd be surprised how much it forces you to learn that by the time you get to something like React - you'll be able to appreciate the extra things it brings 😊
@senniagordinskaya40515 ай бұрын
Thank you!
@madfoodhunter Жыл бұрын
Go ahead bro ! we all are with you , by the way i have join your discord group and it is amazing
@TechWithNader Жыл бұрын
Thanks! And glad to have you on the Discord 😊
@Sixth_sense.x Жыл бұрын
I can’t wait until you start going over react. I need that sweet sweet content 😂
@TechWithNader Жыл бұрын
Hey Gavin! Haha, I can’t wait either! Soooon 😉
@manemanoj3068 Жыл бұрын
Waiting for ur react playlist..buddy
@TechWithNader Жыл бұрын
I'm going to try to make sure this series is slim but comprehensive because I too am itching to get to React since so many people have been asking for it, haha! One we learn the DOM though, we can really appreciate why we even need React 🥳