Understanding the Delete Operator in JavaScript

added by JavaScript Kicks
10/30/2019 7:23:44 AM

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