mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
docs(object): edit object/super
This commit is contained in:
+1
-1
@@ -620,7 +620,7 @@ fn()
|
||||
new fn()
|
||||
```
|
||||
|
||||
这种方法的问题是,如果通过`call()`、`apply()`、`bind()`这些方法绑定`this`,就会判断失效。
|
||||
这种方法的问题是,如果通过`call()`、`apply()`、`bind()`这些方法绑定`this`,就会判断失败。
|
||||
|
||||
```javascript
|
||||
// 不报错
|
||||
|
||||
Reference in New Issue
Block a user