- A Object properties
- B Variable properties
- C Method properties
- D Internal properties
- Share this MCQ
Answer:
B
Share this MCQ
Variable properties are variables that are associated with an object and can be accessed using the '.'
notation. These variables can be used internally within the object's methods, or they can be globally visible and used throughout the page.
Share this MCQ