Update article.md
Add results of 2nd alert
This commit is contained in:
parent
aa0c451dd5
commit
45c2e1d91a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Rabbit extends Animal {}
|
|||
alert(Rabbit.__proto__ === Animal); // true
|
||||
|
||||
// for regular methods
|
||||
alert(Rabbit.prototype.__proto__ === Animal.prototype);
|
||||
alert(Rabbit.prototype.__proto__ === Animal.prototype); // true
|
||||
```
|
||||
|
||||
## Summary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue