We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e4571e + 61fb313 commit 7a6f0f9Copy full SHA for 7a6f0f9
1 file changed
1-js/09-classes/03-static-properties-methods/article.md
@@ -192,7 +192,7 @@ class Rabbit extends Animal {}
192
alert(Rabbit.__proto__ === Animal); // true
193
194
// для обычных методов
195
-alert(Rabbit.prototype.__proto__ === Animal.prototype);
+alert(Rabbit.prototype.__proto__ === Animal.prototype); // true
196
```
197
198
## Итого
0 commit comments