Skip to content

Commit 6c08bdb

Browse files
authored
Update task.md
1 parent 017932c commit 6c08bdb

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto

1 file changed

+1
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let lazy = {
2525
__proto__: hamster
2626
};
2727

28-
// Цей хом’ячок знайшов їду
28+
// Цей хом’ячок знайшов їжу
2929
speedy.eat("apple");
3030
alert( speedy.stomach ); // apple
3131

0 commit comments

Comments
 (0)