1521 Views
Learn how the delete operator deals with configurable and non-configurable properties, and much more. According to ECMA Specification Delete (O, P) This is used to remove a specific own property of an object. It throws an exception if the property is not configurable.
0 comments