querySelectorAll doesn't return an array
While I was refactoring my web app Anagrab (you can see the source here), I ran into an interesting issue. I had made a function called getWord(), whose job was to grab some divs from the site and put together all their inner HTML into a string. I’m ...
ianamo.hashnode.dev3 min read