Skip to content

Commit 6190863

Browse files
authored
Merge pull request #899 from Hormozdi/master
Update article.md
2 parents 88c371a + 18e30f1 commit 6190863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Also we can use the method [Object.assign](mdn:js/Object/assign) for that.
616616
The syntax is:
617617
618618
```js
619-
Object.assign(dest[, src1, src2, src3...])
619+
Object.assign(dest, [src1, src2, src3...])
620620
```
621621
622622
- Arguments `dest`, and `src1, ..., srcN` (can be as many as needed) are objects.

0 commit comments

Comments
 (0)