更新docsify阅读方式

This commit is contained in:
LingCoder
2019-03-30 20:31:44 +08:00
parent ddfd2e2168
commit 9d522a98c6
1812 changed files with 101698 additions and 435 deletions

View File

@@ -0,0 +1,38 @@
foo.apply(thisArg, args);
bar.call(...args);
fooBar.bind(thisArg);
----------------------------------------------------
[
["function", "foo"],
["punctuation", "."],
["function", "apply"],
["punctuation", "("],
"thisArg",
["punctuation", ","],
" args",
["punctuation", ")"],
["punctuation", ";"],
["function", "bar"],
["punctuation", "."],
["function", "call"],
["punctuation", "("],
["operator", "..."],
"args",
["punctuation", ")"],
["punctuation", ";"],
["function", "fooBar"],
["punctuation", "."],
["function", "bind"],
["punctuation", "("],
"thisArg",
["punctuation", ")"],
["punctuation", ";"]
]
----------------------------------------------------
Checks for supposed function variables based on standard function invocations or modifications.