Skip to content

Commit fef6e14

Browse files
committed
update 002-basic-data-type content
1 parent c58a45d commit fef6e14

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

article/002-basic-data-type.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ var o = new Object; // 有效,但不推荐
5555

5656
> 从技术角度讲,ECMA-262中对象的行为不一定适用于JavaScript中的其他对象。浏览器环境中的对象,比如BOM和DOM中的对象,都属于宿主对象,因为他们是由宿主实现提供和定义的。ECMA-626不负责定义宿主对象,因此宿主对象可能会也可能不会即成Object。
5757
58-
#####
59-
60-
61-
62-
63-
64-
65-
6658

6759

6860
### 2、引用数据类型

0 commit comments

Comments
 (0)