Skip to content

Commit 479c7f9

Browse files
committed
fixes #1935
1 parent 69e4450 commit 479c7f9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/02-rest-parameters-spread

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/02-rest-parameters-spread/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ So, for the task of turning something into an array, `Array.from` tends to be mo
227227
228228
## Get a new copy of an array/object
229229
230-
Remember when we talked about `Object.assign()` [in the past](https://javascript.info/object#cloning-and-merging-object-assign)?
230+
Remember when we talked about `Object.assign()` [in the past](info:object-copy#cloning-and-merging-object-assign)?
231231
232232
It is possible to do the same thing with the spread syntax.
233233

0 commit comments

Comments
 (0)