Problem
1. Is it possible to reference global variables in a JavaScript function?
2. What is the advantage of using local variables in functions?
3. What parameter-passing method does JavaScript use?
4. Does JavaScript check the types of actual parameters against the types of their corresponding formal parameters?
5. How can a function access actual parameter values for those actual parameters that do not correspond to any formal parameter?