Update task.md
Grammar
This commit is contained in:
parent
30e3fa7237
commit
c0fd76be3d
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ importance: 5
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Why two hamsters are full?
|
# Why are both hamsters full?
|
||||||
|
|
||||||
We have two hamsters: `speedy` and `lazy` inheriting from the general `hamster` object.
|
We have two hamsters: `speedy` and `lazy` inheriting from the general `hamster` object.
|
||||||
|
|
||||||
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?
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let hamster = {
|
let hamster = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue