NodeList vs HTMLCollection: A Small DOM Detail That Causes Big Bugs
1d ago · 3 min read · The Bug That Started It All I was working with DOM elements, and I wanted to fetch all the li items from the list. I used querySelectorAll(), which returned a NodeList of length 3, and then I appended
Join discussion







