




Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Javascript has the concept of Proxy. That concept is critical to this problem.
Recursively use proxy so that the user of the object is only able to access a proxy object.
Override how set works. It should throw the correct error instead of actually setting a value.