Event bubbling and capturingEvent bubbling and Event capturing are the ways in which events traverse through the DOM tree.Jul 19, 2022Jul 19, 2022
How does a JS program gets executedThe understanding of execution of a JS program is very important. It must be the very basic thing a JS developer should know. This helps in…May 16, 2022May 16, 2022
Call, apply and bind in JavaScript ✨A function created in JavaScript inherits all the methods from its prototype which is Function.prototype (you can check all the methods of…Feb 22, 2021Feb 22, 2021