fix/terminology

This commit is contained in:
moT01
2019-06-26 14:09:21 -05:00
committed by Kristofer Koishigawa
parent 81758eeea6
commit 3b96f3e60d

View File

@ -21,7 +21,7 @@ const { name: userName, age: userAge } = user;
// userName = 'John Doe', userAge = 34
```
You may read it as "get the field <code>name</code> and copy the value into <code>userName</code>" and so on.
You may read it as "get the value of <code>user.name</code> and copy it into <code>userName</code>" and so on.
</section>
## Instructions