Skip to content

Commit 36b0b5b

Browse files
committed
fixes
1 parent a6cf38d commit 36b0b5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • 1-js/9-prototypes/5-class-inheritance
    • 1-inheritance-error-assign
    • 2-inheritance-error-constructor

1-js/9-prototypes/5-class-inheritance/1-inheritance-error-assign/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[importance 5]
44

5-
Найдите ошибку в пототипном наследовании. К чему она приведёт?
5+
Найдите ошибку в прототипном наследовании. К чему она приведёт?
66

77
```js
88
function Animal(name) {

1-js/9-prototypes/5-class-inheritance/2-inheritance-error-constructor/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[importance 5]
44

5-
Найдите ошибку в пототипном наследовании. К чему она приведёт?
5+
Найдите ошибку в прототипном наследовании. К чему она приведёт?
66

77
```js
88
//+ run

0 commit comments

Comments
 (0)