JavaScript Event bubbling and capturing in JavaScriptNovember 22, 2022 Event bubbling and capturing Event bubbling and capturing are two ways of event propagation in…
JavaScript A Simple Explanation of JavaScript ClosuresNovember 22, 2022 JavaScript Closures The callbacks, event handlers, higher-order functions can access outer scope variables thanks to…