copyingJavaScriptCopyingHardWhat is the key difference between a shallow copy and a deep copy?1A shallow copy shares nested references; a deep copy duplicates all nested levels2A deep copy shares references; a shallow copy duplicates everything3They are identical4A shallow copy only works on arraysBack to list