Articles in this series
Normal functions , Anonymous functions ,Arrow functions · Topics to be discussed: Functions, passing functions, anonymous functions, arrow...
Use Functions Before Declarations · Javascript preassumes that the declaration is on the top of the current scope. Let's say we have defined a function...
Scoping - Definition,Types ,Lifetime · Scope refers to the availability/accessibility of variables. For illustration, suppose we have two scopes that are...
Decoding The Heartbeat of the Web · Definition of DOM The Document Object Model is like the blueprint of a web page. It's a structured representation of...