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.
2 parents 7c18991 + 07f23c9 commit 19f38b3Copy full SHA for 19f38b3
doc/en/object/general.md
@@ -59,8 +59,8 @@ 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
-operator; setting the property to `undefined` or `null` **only** remove the
63
-value associated with the property, but not the key.
+operator; setting the property to `undefined` or `null` only remove the
+*value* associated with the property, but not the *key*.
64
65
var obj = {
66
bar: 1,
0 commit comments