NodeList vs. Array
02/29/2020When you start to use JavaScript you will deal with arrays quite frequently. You'll also use nodeLists quite freqently too. In a way they…
Read MoreWhen you start to use JavaScript you will deal with arrays quite frequently. You'll also use nodeLists quite freqently too. In a way they…
Read MoreRecently I had to figure out how to traverse up the DOM tree so I could target a sibling of a HTML element that was two levels up the DOM…
Read More