needed 4 translated repos

This commit is contained in:
joaquinelio 2021-02-04 11:49:03 -03:00
parent 7533c719fb
commit 0d52720bc0
4 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@ alert( a == b ); // false
For comparisons like `obj1 > obj2` or for a comparison against a primitive `obj == 5`, objects are converted to primitives. We'll study how object conversions work very soon, but to tell the truth, such comparisons are needed very rarely -- usually they appear as a result of a programming mistake.
## Cloning and merging, Object.assign
## Cloning and merging, Object.assign [#cloning-and-merging-object-assign]
So, copying an object variable creates one more reference to the same object.