Update task.md

Grammar
This commit is contained in:
hrodward 2019-10-21 11:52:48 +02:00 committed by GitHub
parent 30e3fa7237
commit c0fd76be3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {