Update 01-object

Little grammar fix, add subject "we".
This commit is contained in:
Georgy 2017-08-21 17:23:54 -04:00 committed by GitHub
parent 25e97bb50e
commit 36f3007651

View file

@ -495,7 +495,7 @@ Now we have two variables, each one with the reference to the same object:
![](variable-copy-reference.png)
Now can use any variable to access the cabinet and modify its contents:
We can use any variable to access the cabinet and modify its contents:
```js run
let user = { name: 'John' };