Vidyalelo
JavaScript · Q14

Classes And Modules

Programming · JavaScript · question 14

Q14

Which are usually variables that are used internally in object methods and also are globally visible variables?

A.
Object properties
B.
Variable properties
Answer
C.
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.