What is the Browser Object Model?

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Understanding the browser object model.
    #webdev #robray #javascript

Комментарии • 3

  • @blackpurple9163
    @blackpurple9163 Год назад +2

    You explained it very good, I was initially confused about that but didn't look into it much, you saying bom loads before dom clears up a few doubts

    • @richardbray
      @richardbray  Год назад +1

      I'm glad that cleared things up. If you have any other questions or suggestions please let me know

    • @blackpurple9163
      @blackpurple9163 Год назад

      @@richardbray it'd be great if you explained the good practices to follow when writing javascript, like why should we use non destructive object and array methods (in a way, why mutating objects and arrays are considered bad)
      Introduce the lesser known new additions to javascript that make using custom libraries less desirable (such as jQuery, in my course I was taught jQuery and later on I learnt much of it is now natively possible in react)
      And if you chose react as your preferred way to write javascript, explain why react only has 1 way data binding while every other framework has 2 way, and how to implement redux