What is a proxy in javascript Date: 30/03/2020 Introduction Proxy in javascript is used to define custom behaviour for fundamental operations. We will have a proxy object where we will define our desired behaviour and wrap the object with proxy API. Basic Example The above example has an object that… Continue Reading What is a proxy in javascript