telash – 16-40 Feb 27
arr1=[1,2,3]
arr2=arr1
what are the possible use cases of the code above, without spread operator? why not simply use arr1 instead of arr2
arr2=arr1
what are the possible use cases of the code above, without spread operator? why not simply use arr1 instead of arr2
