> >> That works, but what is the advantage? And .push/.pop or other > >> mutating functions wouldn't work. > > > > All mutable functions will work (forEach, map, etc.) and bring a better > > expressiveness to the code. > > Not if he 'this' object is a NodeList.
Yes, sorry I meant all “immutable” functions will work. Julien
