MCQs > IT & Programming > JavaScript > What's the output? (function() { var obj1 = new Object({name: 'Jacob'}); var obj2 = new Object({name: 'Alex'}); console.log(obj1 == obj2); console.log(obj1 === obj2); }());

JavaScript MCQs

What is the following code output? (function() { var obj1 = new Object({name: "Jacob"}); var obj2 = new Object({name: "Alex"}); console.log(obj1 == obj2); console.log(obj1 === obj2); }()); 

Answer

Correct Answer: None of the above

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