Check out example codes for "how to clone something unity". It will help you in understanding the concepts better.
Code Example 1
public GameObject GameOjectYouWantToClone;
GameObject CloneOfGameOject = Instantiate(GameOjectYouWantToClone);
Learn ReactJs, React Native from akashmittal.com