What is the difference between JavaScript and DOM?

前端 未结 4 1515
小鲜肉
小鲜肉 2021-02-01 23:22

What is the difference between JavaScript and DOM? Is DOM related to Firefox? Is DOM just a source order of HTML elements?

4条回答
  •  孤城傲影
    2021-02-01 23:58

    Simply put, JavaScript allows you to manipulate the DOM AKA Document object model that controls the client side scripting.

提交回复
热议问题