From 23d3613428a9b562f7196b3dc9046e25686ab957 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 19 Jun 2022 23:44:27 +0300 Subject: [PATCH] docs(replica): correct grammar --- subjects/replica/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)