Proxy Pattern in JavaScript
Just a catch up about how the Proxy object works on JavaScript to allow us to implement Proxy patterns.
π JavaScript's Proxy object allows us to intercept and modifies any JavaScript object.
π JavaScript's Proxy object is an elegant and safe way fo...
obetomuniz.hashnode.dev1 min read