Hey all, In FF 3.6, Array.prototype's and Object.prototype's methods are all enumerable, however in Chrome 8.0.552.215, they aren't. Haven't tested any other browsers yet...
for (var key in Object.prototype) console.log(key); // Chrome logs nothing, FF logs pop, push, filter, map, etc... Who got it right? _Nick_
_______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com List Archive: http://jsmentors.com/pipermail/jsmentors_jsmentors.com/
