Skip to content

Commit 86dec0d

Browse files
authored
feat: update translation
1 parent 8fb474f commit 86dec0d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/03-static-properties-methods/3-class-extend-object

1 file changed

+1
-1
lines changed

1-js/09-classes/03-static-properties-methods/3-class-extend-object/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ alert ( Rabbit.getOwnPropertyNames({a: 1, b: 2})); // Error
7878

7979
| class Rabbit | class Rabbit extends Object |
8080
|--------------|------------------------------|
81-
| -- | needs to call `super()` in constructor |
81+
| -- | 需要在 constructor 中调用 `super()` |
8282
| `Rabbit.__proto__ === Function.prototype` | `Rabbit.__proto__ === Object` |

0 commit comments

Comments
 (0)