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 8ad7e41 + 5e788c5 commit e74ca67Copy full SHA for e74ca67
1-js/07-object-oriented-programming/04-function-prototype/article.md
@@ -75,7 +75,7 @@ function Rabbit() {}
75
alert( Rabbit.prototype.constructor == Rabbit ); // true
76
```
77
78
-Naturally, it we do nothing, the `constructor` property is available to all rabbits through `[[Prototype]]`:
+Naturally, if we do nothing, the `constructor` property is available to all rabbits through `[[Prototype]]`:
79
80
```js run
81
function Rabbit() {}
0 commit comments