This is the first blog post in the series of two posts on managing scope in JavaScript. Variables and functions created on global scope are dangerous due to the possibility of being overridden from other parts of the application.
This is the first blog post in the series of two posts on managing scope in JavaScript. Variables and functions created on global scope are dangerous due to the possibility of being overridden from other parts of the application.