Doesn't querySelector(All) provide this?
Not entirely. There's a reason people do Array.from(querySelectorAll) to do more than just `forEach`
Not entirely. There's a reason people do Array.from(querySelectorAll) to do more than just `forEach`