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.
1 parent 4e4571e commit 61fb313Copy full SHA for 61fb313
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