Hallo,
PS: Ich vermute mal, die beste Approximation an assoziative Arrays ohne zusätzliche Wrapper-Objekte sieht in etwa so aus
Wieso sollte man das tun?
foreach(assoc, function(key, value) {
document.writeln(key + ' : ' + value);
});
Sowas kann ich mir auch ohne Object.prototype bauen. Wozu brauche ich set/get/remove, wenn ich weiß, was Objekte sind?
Mathias