Update article.md
Typo.
This commit is contained in:
parent
c089ff7cf4
commit
5fbfb02358
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue