1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

8 Commits

Author SHA1 Message Date
ruanyf
0af61084ee docs: edit reflect & destructuring 2017-06-23 16:30:19 +08:00
ruanyf
4eb879872c docs(reflect): edit reflect 2017-04-22 23:28:32 +08:00
ruanyf
ccefd899e5 docs(reflect): edit Reflect.apply 2017-03-29 13:41:41 +08:00
ruanyf
d51beedbd6 docs: edit number.isFinite 2017-03-28 19:46:30 +08:00
ruanyf
fee336618b docs(object): edit Object.setPrototypeOf & Object.getPrototypeOf 2017-03-04 11:04:48 +08:00
Ataotao
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