What is the DOM and BOM in JavaScript?

后端 未结 8 904
太阳男子
太阳男子 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 19:08

    You can find more information about Javascript on Mozilla Foundation.

    DOM

    https://developer.mozilla.org/en-US/docs/DOM/DOM_Reference/Introduction

    BOM

    https://developer.mozilla.org/en-US/docs/WebAPI/Browser

提交回复
热议问题