Hacker News new | ask | show | jobs
by Timwi 255 days ago
Well in JS you have to convert to arrays instead. You can't do `document.querySelectorAll(...).map(...)`.
1 comments

That's the DOM API, it's not part of the language! They had reasons for querySelectorAll not returning an array.