We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e593cc + b17f39f commit 009257dCopy full SHA for 009257d
1-js/07-object-oriented-programming/04-function-prototype/article.md
@@ -139,7 +139,7 @@ Rabbit.prototype.jumps = true
139
// the default Rabbit.prototype.constructor is preserved
140
```
141
142
-Or, alternatively, recreate the `constructor` property it manually:
+Or, alternatively, recreate the `constructor` property manually:
143
144
```js
145
Rabbit.prototype = {
0 commit comments