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 2546787 commit d10cb6dCopy full SHA for d10cb6d
index.html
@@ -112,7 +112,7 @@ <h1>JavaScript Garden</h1>
112
the use of property names that would otherwise lead to a syntax error.</p>
113
</section><section><header><h3>Deleting properties</h3></header>
114
<p>The only way to actually remove a property from an object is to use the <code>delete</code>
115
-keyword; setting the property to <code>undefined</code> or <code>null</code> does <strong>only</strong> remove the
+operator; setting the property to <code>undefined</code> or <code>null</code> does <strong>only</strong> remove the
116
value associated with the property, but not the key.</p>
117
<pre><code>var obj = {
118
bar: 1,
0 commit comments