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

JavaScript MCQs

What is the following code output?

(function() {

var objl = new Object({name: "Jacob"});

var obj2 = new Object({name: "Alex"});

console.log(objl == obj2);

console.log(objl === 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