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 4150797 commit 1ace603Copy full SHA for 1ace603
docs/object.md
@@ -36,7 +36,7 @@ target // {a:1, b:2, c:3}
36
37
var target = { a: 1, b: 1 };
38
39
-var source1 = { b: 2 };
+var source1 = { b: 2, c: 2 };
40
var source2 = { c: 3 };
41
42
Object.assign(target, source1, source2);
0 commit comments