1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Update Object.getPrototypeOf()

This commit is contained in:
hotoo 2014-05-21 12:05:42 +08:00
parent 1ace603b87
commit 6a6afa6349

View File

@ -88,7 +88,7 @@ function (obj, proto) {
**3Object.getPrototypeOf()**
与setPrototypeOf()配套还有getPrototypeOf()用于读取一个对象的prototype对象。
该方法与setPrototypeOf()配套用于读取一个对象的prototype对象。
```javascript