closes #3155
This commit is contained in:
parent
a6a8045776
commit
c9befae0c5
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ We can also use the method [Object.assign](https://developer.mozilla.org/en-US/d
|
|||
The syntax is:
|
||||
|
||||
```js
|
||||
Object.assign(dest, [src1, src2, src3...])
|
||||
Object.assign(dest, src1[, src2, src3...])
|
||||
```
|
||||
|
||||
- The first argument `dest` is a target object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue