Skip to content

Commit 86cabd2

Browse files
committed
closes #880
1 parent 048c083 commit 86cabd2

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/03-static-properties-methods/1-class-extend-object

1 file changed

+1
-1
lines changed

1-js/09-classes/03-static-properties-methods/1-class-extend-object/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ class Rabbit extends Object {
3838

3939
let rabbit = new Rabbit("Кроль");
4040

41-
alert( rabbit.hasOwnProperty('name') ); // true
41+
alert( rabbit.hasOwnProperty('name') ); // Ошибка
4242
```

0 commit comments

Comments
 (0)