We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e3fa7 commit c0fd76bCopy full SHA for c0fd76b
1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md
@@ -2,11 +2,11 @@ importance: 5
2
3
---
4
5
-# Why two hamsters are full?
+# Why are both hamsters full?
6
7
We have two hamsters: `speedy` and `lazy` inheriting from the general `hamster` object.
8
9
-When we feed one of them, the other one is also full. Why? How to fix it?
+When we feed one of them, the other one is also full. Why? How can we fix it?
10
11
```js run
12
let hamster = {
0 commit comments