Skip to content

Commit 1b091b7

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

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/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ alert( Rabbit.__proto__ === Object ); // (2) true
4444
class Rabbit extends Object {}
4545

4646
*!*
47-
//обычно мы вызываем Object.getOwnPropertyNames
47+
// обычно мы вызываем Object.getOwnPropertyNames
4848
alert ( Rabbit.getOwnPropertyNames({a: 1, b: 2})); // a,b
4949
*/!*
5050
```

0 commit comments

Comments
 (0)