javascript
Quick Tips - javascript proxies
Quick Tips - javascript proxies
· ☕ 2 min read
The Proxy object in javascript Allows you to create a wrapper for another object, which can intercept and redefine fundamental operations for that object.