Predict the output.
const k = Symbol("id") const obj = { [k]: 1, name: "A" } console.log(JSON.stringify(obj))