We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fe25b commit 2c47e0dCopy full SHA for 2c47e0d
1 file changed
1-js/05-data-types/04-array/article.md
@@ -365,7 +365,7 @@ alert( arr[3] ); // undefined:被截断的那些数值并没有回来
365
let arr = *!*new Array*/!*("Apple", "Pear", "etc");
366
```
367
368
-它很少被使用,因为方括号 `[]` 更短更简洁。而且这种语法还存在一些诡异的特性。
+它很少被使用,因为方括号 `[]` 更短更简洁。而且,这种语法还有一个棘手的特性。
369
370
如果使用单个参数(即数字)调用 `new Array`,那么它会创建一个 **指定了长度,却没有任何项** 的数组。
371
0 commit comments