copyingJavaScriptCopyingMediumWhich modern built-in creates a deep copy of an object?1structuredClone()2Object.assign()3the spread operator4Array.from()Back to list