Ajaxian » Javascript Associative Arrays considered harmful
May 19, 2006 14:13 · 40 words · 1 minute read
In talking about Javascript Associative Arrays considered harmful, Ajaxian mentions that the Prototype library no longer extends Object.prototype as of 1.5. Welcome to the world of compatible JavaScript! (They do extend Array.prototype, but that cause far fewer headaches, if any.)