Merge pull request #899 from Hormozdi/master

Update article.md
This commit is contained in:
Ilya Kantor 2019-04-09 23:37:08 +03:00 committed by GitHub
commit 61908637f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,7 +616,7 @@ Also we can use the method [Object.assign](mdn:js/Object/assign) for that.
The syntax is:
```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.