JS Global Variables, Global Properties, and globalThis

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 18

  • @kqvanity
    @kqvanity 3 роки тому

    It's always great to learn quirky javascript from your clear & concise explanations .

  • @radleys5285
    @radleys5285 3 роки тому

    Thank you! The best explanation I've found on UA-cam

  • @rajasekhar5135
    @rajasekhar5135 4 роки тому

    Mr. Steeve dude 😍😍😍😍😍😍 ur the best tutor in the u tube...

  • @montenague
    @montenague 3 роки тому

    You explain things really well man

  • @chesterxp508
    @chesterxp508 2 роки тому

    Another very cool tutorial!

  • @tekenat
    @tekenat Рік тому

    Thank you!

  • @stephen83084
    @stephen83084 4 роки тому

    Thank you for all of your videos that you had made for the JavaScript community. Just completely watched all of your JavaScript from the Start playlist and I now feel that I have a decent understanding of what you can do in JavaScript. This is my first programming language. Do you have any recommendation where to go from here? I would like to freelance / Web Dev. Perhaps I should learn to work with content management system just to get some world experience with customers. I learn a little bit of CSS and HTML only read 1 book around 700 pages just enough to get a basic understanding.

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  4 роки тому +1

      After the JavaScript from the Start list, I would recommend the JavaScript in the Browser and Learning CSS playlists.
      Beyond tutorials I recommend that you practice building things. As you build projects you come across topics that you realize that you don't know.
      Proving that you can build things is how you get jobs. So, again, projects.

  • @TheAppumone
    @TheAppumone 4 роки тому +2

    I always come back to your channel when ever I have a doubt. Thank you for making these tutorials. However, i would suggest you try to use better (marketable) name or idk make your videos stand out. You deserve many more subscribers and views.

    • @nigelbrie5693
      @nigelbrie5693 4 роки тому +1

      I actually love the green background. When I see it I know instantly it's one of Steve's videos! Green means go, so I click it. Make sure you like and subscribe people!

  • @qzbnyv
    @qzbnyv 4 роки тому +3

    I’m sure that `var` difference between Node and the Browser won’t cause aaaaaannnnnyyy bugs in production at all ;-)

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  4 роки тому +2

      The addition of let and then the addition of globalThis were both aimed at addressing those problems. 👍

  • @minercreepmc
    @minercreepmc 3 роки тому

    Thank you, i read that var will add variable to Object Variable in Global Scope, but when i use globalThis or global to display in nodejs it not work, now i understand that refer to window keyword

  • @lavishly
    @lavishly 2 роки тому

    Love your content but seems always some audio issues. Often too quite but here it is crackling. Might be worth a new mic. Great stuff.

  • @zloy_ax8496
    @zloy_ax8496 4 місяці тому

    +

  • @femaledeer
    @femaledeer 4 роки тому

    I don't have enough knowledge to know what the difference is between global/window why it matters