43. What will be the output of the following log statements?

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

console.log(name);