Skip to content Skip to sidebar Skip to footer
Showing posts with the label Htmlcollection

Why Doesn't Htmlcollection Inherit From Array

Why doesn't htmlCollection inherit from array? I understand that htmlCollection is a live colle… Read more Why Doesn't Htmlcollection Inherit From Array

What Is The Purpose Of Calling Array.prototype.slice Against A Nodelist?

I was looking up how to iterate NodeLists and I came across the following bit of code. var nodesArr… Read more What Is The Purpose Of Calling Array.prototype.slice Against A Nodelist?

How To Iterate On HTMLCollection?

I have some elements in my HTML with class node-item, I access them in my component using: let node… Read more How To Iterate On HTMLCollection?