Y
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
thdhhghgbhy
255 days ago
That's the DOM API, it's not part of the language! They had reasons for querySelectorAll not returning an array.
link