Commit Graph
3 Commits
Author SHA1 Message Date
AtaotaoandGitHub ef89f58f61 此处参数有误
// Reflect.construct 的写法
const instance = Reflect.construct(Greeting, '张三');
Reflect.construct(target, argumentsList[, newTarget])
An array-like object specifying the arguments with which target should be called.
2017-01-13 15:53:07 +08:00
ruanyf 04f582da78 docs(proxy): edit proxy 2016-12-24 20:56:36 +08:00
ruanyf c7d9c5d138 docs: add new chapter of Reflect 2016-12-24 11:53:18 +08:00