which two components are necessary in order to use information contained within an object in javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

which two components are necessary in order to use information contained within an object in javascript?

27th Sep 2020, 4:57 AM
Hanifa Tavassoli
Hanifa Tavassoli - avatar
3 Answers
+ 3
property's name and object's name
8th Aug 2022, 4:24 PM
Israa Rashed
Israa Rashed - avatar
0
property's name object's name
19th Nov 2022, 10:55 AM
Rafiul Hasan Tonmoy
Rafiul Hasan Tonmoy - avatar
- 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.
27th Sep 2020, 5:06 AM
Ipang