# Spread Operator

Spread Operator: It is a very powerful operator used to make deep copies if the data is not nested. It makes a completely different reference of the object when the data is passed in the spread operator. 
![1.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1655924148804/Y8NtgNf-s.png align="left")
![image3-58.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1655924195001/elQRSI_Sk.png align="left")

