Browse Source

docs(replica): correct grammar

pull/1262/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
23d3613428
  1. 7
      subjects/replica/README.md

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

Loading…
Cancel
Save