July 1998
Intermediate to advanced
1456 pages
65h 5m
English
delete — NN 4 IE J3 ECMA 1
The delete operator. This operator removes a
property from an object (e.g., a prototype property from an instance
of an object to whose static object your script added the prototype
earlier) or an element from a script-generated array. Internet
Explorer and ECMA versions return a Boolean value based on the
success of the deletion; Navigator 4 returns
undefined.
delete myString.author
Read now
Unlock full access