Variable Visibility
(Global vs Local, Passed by Value (native variables), and
Passed by Reference (objects) )
View the source code.
- javascript:fGlobal_vs_Local()
- example of Global vs Local variables ("passed by value"),
JavaScript objects ("passed by reference"), and Custom created objects
("passed by reference").