Small typo
This commit is contained in:
parent
dd88ae4a95
commit
5e788c5597
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function Rabbit() {}
|
|||
alert( Rabbit.prototype.constructor == Rabbit ); // true
|
||||
```
|
||||
|
||||
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]]`:
|
||||
|
||||
```js run
|
||||
function Rabbit() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue