const copy = structuredClone(original); // What JSON.parse(JSON.stringify(x)) loses: // Date -> string // undefined -> dropped // Map, Set -> {} // cycles -> throws