NodeList vs HTMLCollection: A Small DOM Detail That Causes Big Bugs
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