MCQs > IT & Programming > JavaScript > What is the output? var one; var two = null; console.log(one == two, one === two);

JavaScript MCQs

What is the output? var one; var two = null; console.log(one == two, one === two);

Answer

Correct Answer: true 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