Predict the output.
const d = new Date('2020-01-01T00:00:00.000Z') const c = structuredClone(d) console.log(c instanceof Date, c.getTime() === d.getTime())