0 / 60 seg.

What value is obtained when accessing myObject.name in the following code?

const myObject = {
  name: 'David',
};
delete myObject.name;