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

jQuery Effects Date: 07/03/2020 Jquery has some of the in-built methods, that methods are used to add the effects for the Html element. jQuery | hide() hide() is an inbuilt method in jquery, which is used to hide the selected element. syntax: Example: Before clicking the button: After clicking the… Continue Reading jQUERY EFFECTS