Skip to content

Commit 54c74b4

Browse files
lex111dblazhkun
andauthored
Update 1-js/08-prototypes/01-prototype-inheritance/article.md
Co-Authored-By: dnzg666 <dnzg666@gmail.com>
1 parent 61ba048 commit 54c74b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • 1-js/08-prototypes/01-prototype-inheritance

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ rabbit.walk(); // Animal walk
101101

102102
Цепочка прототипов может быть длиннее:
103103

104+
104105
```js run
105106
let animal = {
106107
eats: true,

0 commit comments

Comments
 (0)