We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433e67 commit e2b62d9Copy full SHA for e2b62d9
doc/objects.md
@@ -59,7 +59,7 @@ the use of property names that would otherwise lead to a syntax error.
59
### Deleting properties
60
61
The only way to actually remove a property from an object is to use the `delete`
62
-keyword; setting the property to `undefined` or `null` does **only** remove the
+operator; setting the property to `undefined` or `null` does **only** remove the
63
value associated with the property, but not the key.
64
65
var obj = {
0 commit comments