delete
Keyword
delete operator
The JavaScript delete
operator removes a property from an object; if no more references to the same property are held, it is eventually released automatically.
delete
KeywordThe JavaScript delete
operator removes a property from an object; if no more references to the same property are held, it is eventually released automatically.