News

Scope in JavaScript refers to context (or portion) of the code which determines the accessibility (visibility) of variables. In JavaScript, we have two types of scope, local , and global.
While ActionScript 3.0 supports global variables and constants and also supports variables and constants local to a function, it does not support block scoping.