DOM node (1) 썸네일형 리스트형 What is Event? Event | 모든 이벤트 종류 DOM Node & EventTarget The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. The root of the hierarchy is EventTarget, that is inherited by Node, and other DOM nodes inherit from it. DOM tree는 DOM을 데이터 구조인 tree로 표현한 것이다. tree의 각 branch는 모두 node로 끝나는데, node는 "event target" 이라는 상위 객체를 상속한다. EventTarget은 "Event"를.. 이전 1 다음