Proxy Design Pattern in TS
act as an intermediary between two parties.
new Proxy helps use create the proxy in TS, it has params, the target & the handlers.
Reflect can also be used instead of direct property access in objects (obj[“name”])
Full code
const person = {
nam...
arcade.hashnode.dev1 min read