We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb474f commit 86dec0dCopy full SHA for 86dec0d
1-js/09-classes/03-static-properties-methods/3-class-extend-object/solution.md
@@ -78,5 +78,5 @@ alert ( Rabbit.getOwnPropertyNames({a: 1, b: 2})); // Error
78
79
| class Rabbit | class Rabbit extends Object |
80
|--------------|------------------------------|
81
-| -- | needs to call `super()` in constructor |
+| -- | 需要在 constructor 中调用 `super()` |
82
| `Rabbit.__proto__ === Function.prototype` | `Rabbit.__proto__ === Object` |
0 commit comments