Predict the output.
const m = new Map([['a', 1]]) const c = structuredClone(m) console.log(c instanceof Map, c.get('a'))