diff --git a/subjects/replica/README.md b/subjects/replica/README.md index 5e2a51bd..5f9b7d2f 100644 --- a/subjects/replica/README.md +++ b/subjects/replica/README.md @@ -2,11 +2,10 @@ ### Instructions -Create a function called `replica` that allows you to deep assign the values of all properties from one or more -objects to a target object. +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. -Attention with the shallow copies. +> Watch out for shallow copies. ### Notions -- [nan-academy.github.io/js-training/examples/data-structures](https://nan-academy.github.io/js-training/examples/data-structures.js) +- [data-structures](https://nan-academy.github.io/js-training/examples/data-structures.js)