commit
e74ca67e08
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function Rabbit() {}
|
||||||
alert( Rabbit.prototype.constructor == Rabbit ); // true
|
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
|
```js run
|
||||||
function Rabbit() {}
|
function Rabbit() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue