minor
This commit is contained in:
parent
cc25e231f4
commit
703a4f4678
1 changed files with 1 additions and 1 deletions
|
@ -77,4 +77,4 @@ alert( speedy.stomach ); // apple
|
||||||
alert( lazy.stomach ); // <nothing>
|
alert( lazy.stomach ); // <nothing>
|
||||||
```
|
```
|
||||||
|
|
||||||
As a common solution, all properties that describe the state of a particular object, like `stomach` above, are usually written into that object. That prevents such problems.
|
As a common solution, all properties that describe the state of a particular object, like `stomach` above, should be written into that object. That prevents such problems.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue