Hacker News new | ask | show | jobs
by ycitm 3620 days ago
At least in new versions of Chrome, NodeList is iterable, so you can use forEach and map on it.

https://medium.com/@devlucky/nodelist-object-is-finally-an-i...