MCQs > IT & Programming > JavaScript > Value of c in the following code? function a() {} var b = a(); var c = typeof(b);

JavaScript MCQs

What is the value of c in the following code snippet?

function a() {}
var b = a();
var c = typeof(b);


Answer

Correct Answer: undefined

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