관리 메뉴

KorSA

HTMLElement (Section 15) 본문

Study Memos/JavaScript Front-End

HTMLElement (Section 15)

Praiv. 2020. 12. 15. 00:38
320x100

참고> opentutorials.org/course/1375/6665

 

1. 객체.constructor.name => 객체의 이름을 얻어올 수 있음

2. HTMLCollection: 유사 배열임

3. DOM Tree: DOM의 계층 구조를 나타내는 트리(최상위 객체는 Node)

728x90
728x90

'Study Memos > JavaScript Front-End' 카테고리의 다른 글

jQuery 객체 (Section 17)  (0) 2020.12.15
HTMLCollection (Section 16)  (0) 2020.12.15
jQuery에서 제어 대상 찾기 (Section 14)  (0) 2020.12.09
jQuery (Section 13)  (0) 2020.12.09
제어 대상을 찾기 (Section 12)  (0) 2020.12.09
Comments