Easiest way to convert HTMLCollection into an Array!
There are two ways in which you can convert an HTMLCollection or a NodeList into an array. If you don't know what an HTMLCollection and a NodeList is, or why you would need to convert them into a n...
dormoshe.io