Skip to content

Commit 07f23c9

Browse files
committed
Shifted emphasise off 'only' to 'value' and 'key'
1 parent 4ef1f3f commit 07f23c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/object/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ the use of property names that would otherwise lead to a syntax error.
5959
### Deleting properties
6060

6161
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.
62+
operator; setting the property to `undefined` or `null` only remove the
63+
*value* associated with the property, but not the *key*.
6464

6565
var obj = {
6666
bar: 1,

0 commit comments

Comments
 (0)