querySelectorAll doesn't return an array
Mar 10, 2023 · 3 min read · 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 ...
Join discussion