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 048c083 commit 86cabd2Copy full SHA for 86cabd2
1 file changed
1-js/09-classes/03-static-properties-methods/1-class-extend-object/task.md
@@ -38,5 +38,5 @@ class Rabbit extends Object {
38
39
let rabbit = new Rabbit("Кроль");
40
41
-alert( rabbit.hasOwnProperty('name') ); // true
+alert( rabbit.hasOwnProperty('name') ); // Ошибка
42
```
0 commit comments