MCQs > IT & Programming > JavaScript > var a = {1: 'one',2:'two',3:'three'}; var b = Object.keys(a); What's the value of b?

JavaScript MCQs

var a = {1:'one',2:'two',3:'three'}; var b = Object.keys(a); What's the value of b?

Answer

Correct Answer: An array with all of the distinct keys from the obj a

Explanation:

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