Using the equal operator for copying objects

Report a typo

What happens if you try to copy objects using the equal operator = ?

const object = { property1 : 1, property2: 2 };
const copiedObject = object;
Select one option from the list
___

Create a free account to access the full topic