Update article.md

Typo.
This commit is contained in:
CyberMew 2019-02-14 12:21:56 +08:00 committed by GitHub
parent c089ff7cf4
commit 5fbfb02358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -487,7 +487,7 @@ Here, let's check that:
class Animal {} class Animal {}
class Rabbit extends Animal {} class Rabbit extends Animal {}
// for static propertites and methods // for static properties and methods
alert(Rabbit.__proto__ === Animal); // true alert(Rabbit.__proto__ === Animal); // true
// and the next step is Function.prototype // and the next step is Function.prototype