- Notifications
You must be signed in to change notification settings - Fork 0
JavaScript: delete operator
Wonder edited this page Aug 21, 2013
·
1 revision
Deletes a property from an object, or removes an element from an array.
delete expression
delete is only effective on an object's properties. It has no effect on variable or function names.