Update article.md

Add results of 2nd alert
This commit is contained in:
paroche 2019-10-04 15:51:09 -06:00 committed by GitHub
parent aa0c451dd5
commit 45c2e1d91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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