Multiple Choice
Giving a local function variable the same name as a global variable will result in which of the following
A) JavaScript runtime error.
B) Data corruption.
C) The local function variable will rename itself.
D) The local variable will "hide" the global variable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which of the following are valid names
Q15: Which of the following is not a
Q16: What would the function cube return, assuming
Q17: The "prepackaged" functions that belong to JavaScript
Q18: If the HTML5 form game has a
Q20: All variables declared in function definitions are
Q21: Which of the following is a legal
Q22: The style of programming in which the
Q23: A function that calls itself either directly
Q24: When a function invokes a new copy