MCQs > IT & Programming > JavaScript > What will be in the alert box? let a = {}; a.foo = 'bar'; let b = {a}; alert(b);

JavaScript MCQs

What will be in the alert box? let a = {}; a.foo = 'bar'; let b = {a}; alert(b); 

Answer

Correct Answer: [object Object]

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