Q14
Which are usually variables that are used internally in object methods and also are globally visible variables?
A.
Object properties
B.
Variable properties
AnswerC.
Method properties
D.
Internal properties
Answer: Option B
Solution
Answer: Option B
Solution:
The variable properties are usually variables that are used internally in the objects methods, but can also be globally visible variables that are used through the page.