Question 87 of 10087%
87

What will be the output of the following log statements?

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

console.log(name);
87/100