Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 18e30f1

Browse files
Update article.md
Type mismatch
1 parent 0789e38 commit 18e30f1

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)

AltStyle によって変換されたページ (->オリジナル) /