Search
⌘K

Leetcode 2692. Make Object Immutable

Return an immutable version of a given object so that any attempts to add, delete, or modify properties fail or are blocked. The challenge is to enforce deep immutability across nested objects/arrays (and functions), handle circular references, and preserve original behavior/property descriptors where appropriate.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.