Proxies in JavaScript give your objects superpower
Proxies in JavaScript
Proxies are a way for you to customize the behavior of objects in JavaScript.
For example, let's say you always wanna log when a property is accessed on an object. You can use a proxy for that.
It's a way to create a more "power...
tigerabrodi.blog3 min read