How to convert a Nodelist to an Array in JavaScript
In my latest little Project, creating a nice browser game using mostly Vanilla JS, I came across a small difficulty when dealing with Nodelists. Therefore I needed to learn how to convert a Nodelist to an Array in JavaScript and I am going to show you how to do that today. How to convert a … Read more