0 / 60 seg.

What will be the value of person.name after executing the following code snippet?

let person = { name: 'John', age: 30 };
delete person.name;