document 객체와 DOM

console.dir(document)//객체들을 logging한다. 객체 형식으로 볼 수 있다.

DOM : Document Object Model

HTML Document 와 JavaScript Object들을 합쳐준다. (통역사 역할)

Last updated