docs(replica): correct grammar

This commit is contained in:
davhojt 2022-06-19 23:44:27 +03:00 committed by Dav Hojt
parent 1102140338
commit 23d3613428
1 changed files with 3 additions and 4 deletions

View File

@ -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)