Understanding JavaScript Scope

Understanding JavaScript Scope and the use of scope in JavaScript with code examples. Here we will also discuss about different types of scope like – global scope, local scope, block scope, function scope, lexical scope and private and public scope. Read more

Similar

JavaScript component-level CPU costs

Let's talk a bit about keeping tabs on how much CPU is consumed by an application's JavaScript. And let's frame the discussion around components - the atomic building blocks of the application. This way any performance improvement efforts (or regression i... (more…)

Read more »