Y
Hacker News
new
|
ask
|
show
|
jobs
by
xPaw
618 days ago
You don't need to convert querySelectorAll to an array, you can directly iterate it, or use forEach.
1 comments
meow_catrix
618 days ago
Not if you want to map or reduce it.
link