1 静态方法
1.1 判断是否为数组
-
-
使用Array的静态方法
+- 使用Array的静态方法 +
1 | Array.isArray( array ) |
使用原型toString方法,返回的字符串第二个词表示构造函数
-1 | Object.prototype.toString.call( array ) // [object array] |
- instanceof (不太靠谱)
-
+
- ECMA5 继承
+ ECMA5 包装对象
-
- ECMA5 函数
+
+ ECMA5 CALL APPLY 模拟
diff --git "a/2019/05/22/7 \345\214\205\350\243\205\345\257\271\350\261\241 wrapper/index.html" "b/2019/05/22/7 \345\214\205\350\243\205\345\257\271\350\261\241 wrapper/index.html"
index b0fd101..a2ceab3 100644
--- "a/2019/05/22/7 \345\214\205\350\243\205\345\257\271\350\261\241 wrapper/index.html"
+++ "b/2019/05/22/7 \345\214\205\350\243\205\345\257\271\350\261\241 wrapper/index.html"
@@ -256,18 +256,18 @@
-
+
- ECMA5 标准库
+ ECMA6 类
-
- ECMA6 类
+
+ ECMA5 数组
diff --git a/2019/05/22/9 JavaScript Classes/index.html b/2019/05/22/9 JavaScript Classes/index.html
index d5fa832..7d41643 100644
--- a/2019/05/22/9 JavaScript Classes/index.html
+++ b/2019/05/22/9 JavaScript Classes/index.html
@@ -236,18 +236,18 @@
-
+
- ECMA5 包装对象
+ ECMA5 面向对象编程
-
- ECMA5 this指针
+
+ ECMA5 包装对象
diff --git "a/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html" "b/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
index 25f53ae..b457910 100644
--- "a/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
+++ "b/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
@@ -277,18 +277,18 @@
-
+
- ECMA5 函数
+ ECMA5 标准库
-
- ECMA5 对象
+
+ ECMA6 类
diff --git "a/2019/05/22/Call\344\270\216Apply/index.html" "b/2019/05/22/Call\344\270\216Apply/index.html"
index eff4596..5c05de7 100644
--- "a/2019/05/22/Call\344\270\216Apply/index.html"
+++ "b/2019/05/22/Call\344\270\216Apply/index.html"
@@ -234,11 +234,11 @@
-
+
- ECMA5 this指针
+ ECMA5 数组
diff --git "a/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html" "b/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
index 097d351..4a65c40 100644
--- "a/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
+++ "b/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
@@ -218,18 +218,18 @@ 1
- ECMA5 标准库
+ ECMA6 类
-
- ECMA6 类
+
+ ECMA5 数组
diff --git a/2019/05/22/9 JavaScript Classes/index.html b/2019/05/22/9 JavaScript Classes/index.html
index d5fa832..7d41643 100644
--- a/2019/05/22/9 JavaScript Classes/index.html
+++ b/2019/05/22/9 JavaScript Classes/index.html
@@ -236,18 +236,18 @@
-
+
- ECMA5 包装对象
+ ECMA5 面向对象编程
-
- ECMA5 this指针
+
+ ECMA5 包装对象
diff --git "a/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html" "b/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
index 25f53ae..b457910 100644
--- "a/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
+++ "b/2019/05/22/9 \351\235\242\345\220\221\345\257\271\350\261\241\347\274\226\347\250\213/index.html"
@@ -277,18 +277,18 @@
-
+
- ECMA5 函数
+ ECMA5 标准库
-
- ECMA5 对象
+
+ ECMA6 类
diff --git "a/2019/05/22/Call\344\270\216Apply/index.html" "b/2019/05/22/Call\344\270\216Apply/index.html"
index eff4596..5c05de7 100644
--- "a/2019/05/22/Call\344\270\216Apply/index.html"
+++ "b/2019/05/22/Call\344\270\216Apply/index.html"
@@ -234,11 +234,11 @@
-
+
- ECMA5 this指针
+ ECMA5 数组
diff --git "a/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html" "b/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
index 097d351..4a65c40 100644
--- "a/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
+++ "b/2019/05/22/\345\205\263\344\272\216 this \346\214\207\351\222\210/index.html"
@@ -218,18 +218,18 @@ 1
- ECMA5 函数
+ ECMA5 标准库
-
- ECMA5 对象
+
+ ECMA6 类
diff --git "a/2019/05/22/Call\344\270\216Apply/index.html" "b/2019/05/22/Call\344\270\216Apply/index.html"
index eff4596..5c05de7 100644
--- "a/2019/05/22/Call\344\270\216Apply/index.html"
+++ "b/2019/05/22/Call\344\270\216Apply/index.html"
@@ -234,11 +234,11 @@