HTMLCollection, NodeList
ยท
๐ฉ๐ป๐ปSTUDY/JavaScript
HTMLCollection๊ณผ NodeList๊ฐ ๋๋์ฒด ๋ญ์ง..์ด๋ฒ์๋ gpt๋ฅผ ์ฌ์ฉํด์ ์ ๋ฆฌํด๋ณธ๋ค. 1. HTMLCollection๊ณผ NodeList ๊ณตํต์ DOM ์์์ ์งํฉ๋ฐฐ์ด์ฒ๋ผ ์ธ๋ฑ์ค๋ก ์์ ์ ๊ทผ ๊ฐ๋ฅ`length` ํ๋กํผํฐ๋ก ์์์ ๊ฐ์ ํ์ธ ๊ฐ๋ฅ2. HTMLCollection๊ณผ NodeList ์ฐจ์ด์ ๊ตฌ๋ถHTMLCollectionNodeList์์ฑ ๋ฉ์๋`getElementsByClassName()``getElementsByTagName()``document.forms``form.elements``document.image``document.links``document.anchors``querySelectAll()``childNodes`Live ์ฌ๋ถO (DOM ๋ณ๊ฒฝ ์ ์๋ ์
๋ฐ์ดํธ)X ๋๋ถ๋ถ S..