Javascript Window vs. Document vs. Screen WHAT??

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • I asked you to vote on topics you want me to cover, and this won! In this video, I discuss three important JavaScript objects that we get for free in any browser tab: The window, document, and screen. I talk briefly about how they are related and what they each contain.
    If you're ready to launch your career as a software engineer, check out my job-guaranteed bootcamp with Springboard: springboard.com/workshops/sof...
  • Věda a technologie

Komentáře • 54

  • @z3lphyus
    @z3lphyus Před 5 lety +36

    You are making probably some of the best javascript videos out there. keep doing what you do.

  • @breeze8065
    @breeze8065 Před 5 lety

    Hi Colt, one of your many student from Egypt. I finished the Web Developer Bootcamp course. Best teacher!

  • @DUANEYAISER
    @DUANEYAISER Před 5 lety +1

    Thank you Colt!! I’m currently nearly done with your Web Dev boot camp course and headed for you “advanced” course. I love your content!

  • @truejohnsolo
    @truejohnsolo Před 5 lety

    This is a great reminder/refresher for a beginner/intermediate level developer like me who kinda knows this stuff but also benefits from being reminded and shown a couple new things along the way

  • @kalaivanib9555
    @kalaivanib9555 Před rokem

    Thank you very much. After looking up many many videos about Window vs Document objects, without much help, finally found yours and it helped get me started.

  • @vitaliyd23
    @vitaliyd23 Před 5 lety

    Love all your content, Colt. Hope this channel continues to grow!

  • @tanvirhasanmonir1627
    @tanvirhasanmonir1627 Před 4 lety

    Wow! Colt Steel on youtube. I didn't know before. I have learned web development by following your great web development bootcamp course. That is the best one of all I have ever found.

  • @wanglisa8593
    @wanglisa8593 Před 5 lety

    I check out lots of information online for this topic, and not really understand the deference between the three. until this video... I have a clear pictures now. thank you :)

  • @chiragr1336
    @chiragr1336 Před 4 lety +1

    @Colt Steele Please keep making more such videos. Videos are so much easier to learn. It would be great if you could make a video on the various functionalities of the browser like local storage and session, etc. These are not known to beginners. Thanks allot.

  • @hassansyed6087
    @hassansyed6087 Před rokem

    Thank you so much for your effort and time that you dedicate to teaching us strangers for free.
    Also , Colt, I must say -- You are a spitting image of the Halo 2 Legend - David Walsh aka Walshy. An absolute twin. Cheers, bro

  • @Hyp3rSp8c3
    @Hyp3rSp8c3 Před 5 lety

    Thank you Colt. Please continue making YT contents. These vids are really helpful.

  • @Adrian_Marmy
    @Adrian_Marmy Před 10 měsíci

    Currently learning JS and immediately I was asking myself what the heck is the relationship among these three? And CZcams actually found me this video just about the exact topic. How about that. Thanks for making this. -😁👌

  • @TheCarlosAlfaro
    @TheCarlosAlfaro Před 5 lety +4

    These videos are awesome!!!! Thank you for making high quality content!🔥🔥🔥🔥

  • @jinwookkim8511
    @jinwookkim8511 Před 5 lety

    You are such a great instructor!

  • @yolandasmithcharles3334

    Thanks very clear and concise!

  • @klaasjanssen644
    @klaasjanssen644 Před 2 lety

    thank you for sharing this information.

  • @husainahmmed9025
    @husainahmmed9025 Před 5 lety

    Thanks for your content. Please create video about this in JavaScript and Object oriented JavaScript also Promise and Async and Await.

  • @mznunaya
    @mznunaya Před 3 lety

    Thanks for the content. I had no idea what exactly this stuff was before this video. lol Now I don't have to second guess.

  • @savannahlin8063
    @savannahlin8063 Před 5 lety

    Thanks for the content. It is useful and helpful.

  • @subhamprasad1373
    @subhamprasad1373 Před 5 lety

    Thanks so much posting videos like this... it really helps alot to clear my concept.....
    I have a request can you Please make video on es6 classes , constructor and inheritance and how to access parent class method and elements in child class and also this keyword in es6 class... Please

  • @fmunir3953
    @fmunir3953 Před 5 lety

    Can you please explain what a process is when it comes to Node and how it is different from document

  • @himbary
    @himbary Před 5 lety

    Thanks for another great video

  • @babatundeololade6765
    @babatundeololade6765 Před 5 lety +1

    Desperately waiting for your next course on udemy.

  • @LifeIsGood1992
    @LifeIsGood1992 Před 3 lety +1

    window is the global scope for javascript in the browser , in the node js environment it's the "Global" Object

  • @webpreneur07
    @webpreneur07 Před 5 lety +7

    Dear Colt,
    Thank you for the content, it was fun and useful - as always ;). Don't you planning on posting a video about some more advanced stuff? Like web components or ES6's Symbols, Iterators, Generators, Proxies and the Reflect API?
    Cheers,
    Zsolt

    • @ColtSteeleCode
      @ColtSteeleCode  Před 5 lety +2

      Hi Zsolt, great suggestions for videos. The first few videos I made were based off previous comments from students. I'm always happy to make more advanced videos as well. I've added your topics to the list!

  • @queiroz-rafael
    @queiroz-rafael Před 2 lety

    Great content!

  • @juliusgrybauskas816
    @juliusgrybauskas816 Před 4 lety

    Dude rly handy vid.. nice job

  • @JibinPhiliposeDGameR
    @JibinPhiliposeDGameR Před 5 lety

    Thanks Colt.

  • @pspdeepti
    @pspdeepti Před 5 lety

    Hey Colt, just started with your Udemy course and this is one of the questions I always had. Loved your way of teaching. I would have liked more if you would have told me what actually the context is instead of just the parent-child relationship between window and document. I've read it somewhere that the difference is actually noticed when an is involved and onready on document is called before onload of window. Anyways, thanks for sharing.
    Another question I always had was the difference between Object and Function and function. Following are some of the things that confuse me:
    typeof Object = function
    typeof Function = function
    Function instanceof Object = true
    Object instanceof Function = true
    Can you please make a video on what these actually are and explain the above statements?

  • @Etienne_O
    @Etienne_O Před 5 lety +1

    Thanks Colt. Do you still plan to make a paid portal? Or something like that ? Can't wait

  • @MaheshPoreddy
    @MaheshPoreddy Před 5 lety

    Do you have any angular course?

  • @nishkarshdubb2204
    @nishkarshdubb2204 Před 3 lety

    So basically everything is part of the window object?

  • @iarah2939
    @iarah2939 Před 4 lety

    thank you!!

  • @emrenitim83
    @emrenitim83 Před 3 lety

    thank you

  • @tusharrane3759
    @tusharrane3759 Před 4 lety

    Thank you colt :-)

  • @davinder946
    @davinder946 Před 5 lety

    Thanks lots.

  • @phazalrahman
    @phazalrahman Před 5 lety

    A video explaining closures ? Please!

  • @Bob-qf9cx
    @Bob-qf9cx Před 5 lety

    Great!

  • @funguy29
    @funguy29 Před 5 lety

    Colt is the man.

  • @salik619
    @salik619 Před 3 lety

    Never thought I'd be learning JS from Peter Parker himself

  • @theodorn
    @theodorn Před 3 lety

    Great video, have your Udemy Web Developer Bootcamp course, which has been very useful for me. Therefore I've been taking a look at your CZcams videos, great stuff, keep up the good work.

  • @leojamescharles181
    @leojamescharles181 Před 2 lety

    Why is Spiderman teaching me JavaScript XD

  • @domaincontroller
    @domaincontroller Před 3 lety

    01:16 document lol 01:31 "this top level big mama property, big papa/big mama, we need to be incluse here ! , Alright !!" lmao ! 03:49 document 06:14 screen

  • @hdjfgt
    @hdjfgt Před 5 lety

    I like

  • @hamzajaved1115
    @hamzajaved1115 Před 5 lety +1

    Love from Pakistan. Doing Great Job

  • @akashjkhamkar
    @akashjkhamkar Před 2 lety

    Who knew tom holland knew the nodejs! Thank you

  • @himbary
    @himbary Před 5 lety

    Me when I see a new video from Colt 🤩

  • @jessicaquintero8649
    @jessicaquintero8649 Před 2 lety

    you are the tom holland's twin

  • @mentoriii3475
    @mentoriii3475 Před 3 lety

    why waste time reading for 1hour when you can just watch 1 video of this guy explain it in 10 min

  • @jakubfrei3757
    @jakubfrei3757 Před rokem

    You look like young Bill Gates

  • @timedisplay
    @timedisplay Před 5 měsíci

    XenForo platform JS.
    "use strict";
    var XF=window||{};
    XF.StyleVariationClick = XF.Event.newHandler(){
    };
    Whats that?😂