Using Proxies to Control JavaScript Object Operations

added by JavaScript Kicks
12/3/2019 8:11:28 AM

496 Views

JavaScript object operations can be controlled using a special Proxy object In JavaScript, a Proxy is an object that lets us control what happens when we do some operation. For example, we can use them to control the lookup, assignment, enumeration of properties or how functions are invoked.


0 comments