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

Not if you want to map or reduce it.