From b30f151f110961265111d9f8661c02888c1c4b03 Mon Sep 17 00:00:00 2001 From: YangJ0605 <1442122744@qq.com> Date: Wed, 18 Mar 2020 16:37:48 +0800 Subject: [PATCH] 0318 learn --- .DS_Store | Bin 10244 -> 10244 bytes ES6/proxy.js | 39 +++++++++++++++--- ...5\206\231\344\270\200\344\270\252apply.js" | 14 +++++++ ...45\206\231\344\270\200\344\270\252bind.js" | 13 ++++++ ...45\206\231\344\270\200\344\270\252call.js" | 21 ++++++++++ ...345\206\231\345\256\236\347\216\260new.js" | 7 ++++ ...\344\275\234\347\224\250\345\237\237.html" | 15 +++++++ ...\345\216\237\345\236\213\351\223\276.html" | 33 +++++++++++++++ ...\346\225\260\347\262\276\345\272\246.html" | 11 +++++ 9 files changed, 148 insertions(+), 5 deletions(-) create mode 100644 "\346\211\213\345\206\231\344\270\200\344\270\252apply.js" create mode 100644 "\346\211\213\345\206\231\344\270\200\344\270\252bind.js" create mode 100644 "\346\211\213\345\206\231\344\270\200\344\270\252call.js" create mode 100644 "\346\211\213\345\206\231\345\256\236\347\216\260new.js" create mode 100644 "\346\267\261\345\205\245\347\263\273\345\210\227/\345\216\237\345\236\213\345\210\260\345\216\237\345\236\213\351\223\276.html" create mode 100644 "\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\344\271\213\346\265\256\347\202\271\346\225\260\347\262\276\345\272\246.html" diff --git a/.DS_Store b/.DS_Store index f5a2a2cefbe6aa761de6481e7f6d6b38eba27ad4..6e66fe06a684a518473bcfd0fed023bac788978a 100644 GIT binary patch delta 69 zcmZn(XbG6$&nUYwU^hRb>|`E+@X59U?3^jZ$vH{+`8kZ669o7<1^k3(%&7StBn}ha ToF!SxwwYbw7t7{%BFxMH5d;@1 delta 49 zcmV-10M7q}P=rvBPXQaTP`eKS8Ke H6cqyltyB相对的动态作用域,函数的作用域在函数调用的时候才决 前面我们已经说了,JavaScript采用的是静态作用域,所以这个例子的结果是 1。 */ + + /* + testVo:{ + arg:{ + 0:1, + len: 1 + }, + a: 10, + b: unde, + c: unde, => 10 + d: func, + e: unde, => func + } + + */ \ No newline at end of file diff --git "a/\346\267\261\345\205\245\347\263\273\345\210\227/\345\216\237\345\236\213\345\210\260\345\216\237\345\236\213\351\223\276.html" "b/\346\267\261\345\205\245\347\263\273\345\210\227/\345\216\237\345\236\213\345\210\260\345\216\237\345\236\213\351\223\276.html" new file mode 100644 index 0000000..e55d5eb --- /dev/null +++ "b/\346\267\261\345\205\245\347\263\273\345\210\227/\345\216\237\345\236\213\345\210\260\345\216\237\345\236\213\351\223\276.html" @@ -0,0 +1,33 @@ + + + + + + 从原型到原型链 + + + + + \ No newline at end of file diff --git "a/\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\344\271\213\346\265\256\347\202\271\346\225\260\347\262\276\345\272\246.html" "b/\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\344\271\213\346\265\256\347\202\271\346\225\260\347\262\276\345\272\246.html" new file mode 100644 index 0000000..69763a7 --- /dev/null +++ "b/\346\267\261\345\205\245\347\263\273\345\210\227/\346\267\261\345\205\245\344\271\213\346\265\256\347\202\271\346\225\260\347\262\276\345\272\246.html" @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file