Scope

Scope Once a variable is set, its scope is set globally; that is, it can be referenced later in the code to display the output, or used in conditional expressions. However, variables can also be changed after they have been set. For example, a promotion end date is...