What You Should Know About Javascript Scope - Coding Defined
var globalVariable = "CodeingDefined.com"; What is Local Scope ? Any variables or functions defined inside a function are in a local scope to that function i.e. they are visible and accessible only inside that