Proxy in JavaScript
Hello, can someone explain what a
proxy
is in javascript please. I know in general, a proxy is something doing an action on the behalf of another thing. In JS, from what I've read, a proxy is an object that have the ability to modify the characteristic of another object?1 Reply
That's pretty much it. That's what a proxy does