Operators JavaScript Tutorial

Syntax

delete property
The delete operator deletes properties from objects and array elements from arrays by making them undefined.
Some objects, such as variables created by the var statement, are not affected by the delete operator.