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

Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf 2015-10-15 22:09:53 +08:00
commit ca88fdd115

View File

@ -823,7 +823,7 @@ Reflect.get(obj, "foo", wrapper);
等同于`delete obj[name]` 等同于`delete obj[name]`
**5Refl2ect.construct(target, args)** **5Reflect.construct(target, args)**
等同于`new target(...args)`这提供了一种不使用new来调用构造函数的方法。 等同于`new target(...args)`这提供了一种不使用new来调用构造函数的方法。