For a genuine deep copy, structuredClone is now the built-in answer (no more JSON.parse (JSON.stringify (...)) losing your Dates). And when you actually need values merged at depth, a small recursive ...