MCQs > IT & Programming > JavaScript > Javascript JSON data manipulation- How can you access first, last name properties in data object using the following snippet? var data={'users':[ {'firstName':'Ali', 'lastName':'Rehman', 'birthday': { 'month':'January', 'day':20, 'year':1983 } } ]}

JavaScript MCQs

Javascript JSON data manipulation- How can you access first, last name properties in data object using the following snippet?


var data={"users":[

{

"firstName":"Ali",

"lastName":"Rehman",

"birthday": {

"month":"January",

"day":20,

"year":1983

}

}

]}


Answer

Correct Answer:

document.getElementById()

Explanation:

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it