Use the delete operator to delete Properties from an object

How to delete properties of an object. It has been suggested that the .splice() method can be used, but that is for arrays, although does work in IE! Object properties are not guranteed to be in any particular order.
Date Created: 27th September 2006
Date Modified: 27th September 2006
Home > JavaScript > delete operator

In answer to WebmasterWorld JS Forum:
http://www.webmasterworld.com/javascript/3099612.htm

[Create Object]

Output is written here...

[Home]