"Proxy" a way to optimize your code
Using proxy you can intercept the fundamental functions for objects.
Ever wanted to add an event listener or callback whenever a specific function or value from an object is called? Maybe you are doing recursion and want to check how many times the ...
rajanlagah.hashnode.dev2 min read