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.
1 parent 9e593cc commit b17f39fCopy full SHA for b17f39f
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