It would be great to add support of forEach loops like this:
[].forEach.call(document.querySelectorAll("ul.class li"), function(e)
{
// …
});