public/subjects/replica
davhojt 23d3613428 docs(replica): correct grammar 2022-06-20 00:00:32 +03:00
..
README.md docs(replica): correct grammar 2022-06-20 00:00:32 +03:00

README.md

Replica

Instructions

Create a function named replica that allows you to deep assign the values of all properties from one or more objects to a target object.

Watch out for shallow copies.

Notions