A Gentle Introduction To Proxy In JavaScript
(Part-1)
Hi Everyone,
Today I want to talk about the proxy object in Javascript. It is an advanced topic and also is asked in Coding Interviews. Without any further ado let's start.
Proxy is a wrapper around an object, that forwards operations on it to the o...
chety.hashnode.dev3 min read