728x90
728x90
콘솔창에서 볼 수 있는 HtmlCollection은 리턴 결과가 복수인 경우를 말합니다. 유사배열로 배열은 아닙니다.
HTMLCollection의 목록은 실시간으로 변경됩니다.
HTMLCollection - 생활코딩
HTMLCollection은 리턴 결과가 복수인 경우에 사용하게 되는 객체다. 유사배열로 배열과 비슷한 사용방법을 가지고 있지만 배열은 아니다. HTMLCollection HTMLCollection의 목록은 실시간으로 변경된다.
opentutorials.org
Document Object Model HTML
1.6.1. Property Attributes HTML attributes are exposed as properties on the element object. The DOM naming conventions always determine the name of the exposed property, and are independent of the case of the attribute in the source document. The data type
www.w3.org
728x90
728x90
'Javascript' 카테고리의 다른 글
[JS] spread (...) 문법 (0) | 2021.02.18 |
---|---|
[JS] [object PointerEvent] AT_TARGET (0) | 2021.02.16 |
[JS] 모달vs 모달리스(modal, modeless) (0) | 2021.01.29 |
[JS] 콜론(:) 객체 리터럴 (0) | 2021.01.20 |
카피 코드 실습 : 검색툴 (0) | 2020.12.21 |