MCQs > IT & Programming > JavaScript > What's the output? var a = {f: 'object'}; var b = {f: 'object'}; var c = a == b;

JavaScript MCQs

What is the result of the following code snippet?

var a = {f: 'object'};
var b = {f: 'object'};
var c = a == b;


Answer

Correct Answer: false

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