Array like object
I recently found out that document.querySelectorAll method in javascript doesn't returns an array. It returns a node list which is an array like object. But it is not a real array so you can't use array methods like filter and map. So I made some goo...
Jul 31, 20211 min read