Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

Theory: Deleting a property from an Object #557

Closed Nalini1998 closed 1 year ago

Nalini1998 commented 1 year ago

There isn't any method in an Object itself to delete its own properties (such as Map.prototype.delete()). To do so, one must use the delete operator.