aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/in/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/in/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/in/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/in/index.html b/files/zh-cn/web/javascript/reference/operators/in/index.html
index 8420c0d14b..a03e0b2c97 100644
--- a/files/zh-cn/web/javascript/reference/operators/in/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/in/index.html
@@ -24,9 +24,6 @@ translation_of: Web/JavaScript/Reference/Operators/in
<dl>
<dt><code>prop</code></dt>
<dd>一个字符串类型或者 symbol 类型的属性名或者数组索引(非symbol类型将会强制转为字符串)。</dd>
-</dl>
-
-<dl>
<dt><code>objectName</code></dt>
<dd>检查它(或其原型链)是否包含具有指定名称的属性的对象。</dd>
</dl>