Skip to content

Commit 5224a35

Browse files
lex111egorzot
andauthored
Update 1-js/09-classes/02-class-inheritance/3-class-extend-object/task.md
Co-Authored-By: egorzot <egor.zot@gmail.com>
1 parent 1b091b7 commit 5224a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/09-classes/02-class-inheritance/3-class-extend-object

1-js/09-classes/02-class-inheritance/3-class-extend-object/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Rabbit {
1818
let rabbit = new Rabbit("Rab");
1919

2020
*!*
21-
//метод hasOwnProperty от Object.prototype
21+
// метод hasOwnProperty от Object.prototype
2222
// rabbit.__proto__ === Object.prototype
2323
alert( rabbit.hasOwnProperty('name') ); // true
2424
*/!*

0 commit comments

Comments
 (0)