We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a8045 commit c9befaeCopy full SHA for c9befae
1-js/04-object-basics/02-object-copy/article.md
@@ -136,7 +136,7 @@ We can also use the method [Object.assign](https://developer.mozilla.org/en-US/d
136
The syntax is:
137
138
```js
139
-Object.assign(dest, [src1, src2, src3...])
+Object.assign(dest, src1[, src2, src3...])
140
```
141
142
- The first argument `dest` is a target object.
0 commit comments