This commit is contained in:
Ilya Kantor 2022-08-27 18:15:09 +03:00
parent a6a8045776
commit c9befae0c5

View file

@ -136,7 +136,7 @@ We can also use the method [Object.assign](https://developer.mozilla.org/en-US/d
The syntax is: The syntax is:
```js ```js
Object.assign(dest, [src1, src2, src3...]) Object.assign(dest, src1[, src2, src3...])
``` ```
- The first argument `dest` is a target object. - The first argument `dest` is a target object.