fix/terminology
This commit is contained in:
committed by
Kristofer Koishigawa
parent
81758eeea6
commit
3b96f3e60d
@ -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
|
||||
|
Reference in New Issue
Block a user