Skip to content

Commit e2b62d9

Browse files
committed
Delete is an operator, not a keyword. Gosh
1 parent a433e67 commit e2b62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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-
keyword; setting the property to `undefined` or `null` does **only** remove the
62+
operator; setting the property to `undefined` or `null` does **only** remove the
6363
value associated with the property, but not the key.
6464

6565
var obj = {

0 commit comments

Comments
 (0)