Merge pull request #1838 from Ahmed-Magdy-S/patch-1

fix an anchor link error
This commit is contained in:
Ilya Kantor 2020-04-03 01:49:35 +03:00 committed by GitHub
commit fde6d43c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ So, for the task of turning something into an array, `Array.from` tends to be mo
## Get a new copy of an object/array
Remember when we talked about `Object.assign()` [in the past](https://javascript.info/symbol#symbols-are-skipped-by-for-in)?
Remember when we talked about `Object.assign()` [in the past](https://javascript.info/object#cloning-and-merging-object-assign)?
It is possible to do the same thing with the spread operator!