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

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?

Edge 15 Throws Error When Using 'for ... Of' On A Nodelist

When looking at the ECMAScript compatibility table, it says that Edge 15 and Edge 16 support for ..… Read more Edge 15 Throws Error When Using 'for ... Of' On A Nodelist