Javascript Proxy
You can create an object, by using the Proxy object which can replace the original one, but it may redefine basic operations on objects, such as defining, getting, and setting properties.
In JavaScript, a proxy object is essentially a middleman that ...
outsideinn.com4 min read