Question 43 of 5283%
43

What will be the output of the following log statements?

const { name: myName } = { name: 'Mohan' };

console.log(name);
43/52