Mar 13 · 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
Mar 13 · 10 min read · In the early days of web, browsers like Internet Explorer and Netscape Navigator had their own ways of exposing HTML elements to JavaScript. But there was no easy way for developers to access things l
Join discussion