0 / 60 seg.

What is the value of dessert.type after executing this code?

const dessert = { type: 'pie' };
dessert.type = 'pudding';