Skip to content

Commit 9e4a1e9

Browse files
authored
Merge pull request #2720 from odsantos/object-references
Update URL.
2 parents 1c63023 + 1059096 commit 9e4a1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/02-object-copy/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ clone.name = "Pete"; // changed the data in it
133133
alert( user.name ); // still John in the original object
134134
```
135135
136-
Also we can use the method [Object.assign](mdn:js/Object/assign) for that.
136+
Also we can use the method [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) for that.
137137
138138
The syntax is:
139139

0 commit comments

Comments
 (0)