Update solution.md
"avoid" rather than "evade".
This commit is contained in:
parent
f97b2fd1e2
commit
51d2d3e5fc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ alert( lazy.stomach ); // <nothing>
|
|||
|
||||
Now all works fine, because `this.stomach=` does not perform a lookup of `stomach`. The value is written directly into `this` object.
|
||||
|
||||
Also we can totally evade the problem by making sure that each hamster has their own stomach:
|
||||
Also we can totally avoid the problem by making sure that each hamster has their own stomach:
|
||||
|
||||
```js run
|
||||
let hamster = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue