Consider the following partial stylesheet:
?
Which of the following is TRUE concerning the variable ?x??
Answer(s)
- - Both ?x? variables refer to the same instance.
- - The local variable ?x? makes the global variable ?x? unavailable from inside the template.
- - The local variable ?x? causes an error, due to the global variable ?x?.
Correct Answer
- The local variable ?x? makes the global variable ?x? unavailable from inside the template.