mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 05:42:20 +00:00
Update proxy.md
There is a spell error.
This commit is contained in:
parent
7d31f94c82
commit
fcbd2587a2
@ -823,7 +823,7 @@ Reflect.get(obj, "foo", wrapper);
|
||||
|
||||
等同于`delete obj[name]`。
|
||||
|
||||
**(5)Refl2ect.construct(target, args)**
|
||||
**(5)Reflect.construct(target, args)**
|
||||
|
||||
等同于`new target(...args)`,这提供了一种不使用new,来调用构造函数的方法。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user