Update article.md
Type mismatch
This commit is contained in:
parent
0789e3833d
commit
18e30f15ba
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ Also we can use the method [Object.assign](mdn:js/Object/assign) for that.
|
||||||
The syntax is:
|
The syntax is:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
Object.assign(dest[, src1, src2, src3...])
|
Object.assign(dest, [src1, src2, src3...])
|
||||||
```
|
```
|
||||||
|
|
||||||
- Arguments `dest`, and `src1, ..., srcN` (can be as many as needed) are objects.
|
- Arguments `dest`, and `src1, ..., srcN` (can be as many as needed) are objects.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue