```js const target =new Error(); const cloned = clone(target); // actual target === cloned // true //expected target === cloned // false ```