Skip to content

Commit fde6d43

Browse files
authored
Merge pull request #1838 from Ahmed-Magdy-S/patch-1
fix an anchor link error
2 parents dd0c195 + 6b5a524 commit fde6d43

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 object/array
229229
230-
Remember when we talked about `Object.assign()` [in the past](https://javascript.info/symbol#symbols-are-skipped-by-for-in)?
230+
Remember when we talked about `Object.assign()` [in the past](https://javascript.info/object#cloning-and-merging-object-assign)?
231231
232232
It is possible to do the same thing with the spread operator!
233233

0 commit comments

Comments
 (0)