Question Bank
JavaScript Immutable Key Masking: Two Approaches Quiz
Difficulty: Hard
Mask the values of specified keys deeply, leaving the last three characters, two ways (recursive clone + mask and structuredClone + mask), plus two companions on path-based targeting and a JSON.stringify replacer variant.
