Merge pull request #807 from CyberMew/patch-7

Update article.md
This commit is contained in:
Ilya Kantor 2019-02-14 11:50:14 +03:00 committed by GitHub
commit 769ae740d4
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 Rabbit extends Animal {}
// for static propertites and methods
// for static properties and methods
alert(Rabbit.__proto__ === Animal); // true
// and the next step is Function.prototype