Browsing articles tagged: Scope

Permalink to Variable Scope: A Beginners Guide (PHP & Javascript)

Variable Scope: A Beginners Guide (PHP & Javascript)

On 07.21.2009 by Paul Robinson | no comments

Variable scope is something that comes in handy in most coding languages, in my experience though it is invaluble in Javascript. If you are sitting thinking, ‘but what the hell is it’, then let me explain. Variable scope is a set of rules applied to a variable telling it where & it what context it [...]