0
which two components are necessary in order to use information contained within an object in javascript?
3 Answers
+ 3
property's name and object's name
0
property's name
object's name
- 5
Identifier and property.
Identifier could be the object's ID or class attribute
Property could be innerHTML outerHTML or other attributes e.g. 'src' for <img> or 'href' for <a> etc.