Community

JavaScript Delete() Only Affects The Referenced Object Regardless Of Prototype Chain

(Ben Nadel) Yesterday, I blogged about extending the window (global) object in JavaScript. In that post, I used the delete() function (or keyword if you like) to alter various parts of the resulting prototype chain in order to create a dynamic runtime environment.

Read More - Register for Free Membership