🔰 JS ⟩ browser ⟩ DOM ⟩ types ⟩ NodeList ⟩ NodeList vs. Array
can not use push(), pop(), slice(), join() directly on NodeList.
NodeList can be a live collectionarrow-up-right.
Array is a JavaScript built-in object, NodeList is browser API.
Difference between a NodeList and an Array in JavaScriptarrow-up-right
Array
querying elements
Last updated 3 years ago