What is the DOM and BOM in JavaScript?

后端 未结 8 983
太阳男子
太阳男子 2021-01-29 18:39

What is the DOM and BOM in JavaScript? If someone could explain these in layman terms it would be great! I like to get a deeper understanding of these.

8条回答
  •  难免孤独
    2021-01-29 18:51

    • DOM - Document Object Model
    • BOM - Browser Object Model

    This article explains relationship between Javascript, DOM and BOM.

提交回复
热议问题