MCQs > IT & Programming > JavaScript > What's the output? console.log(typeof a); console.log(typeof b); function a() { } var b = function () { };

JavaScript MCQs

What will this code output? console.log(typeof a); console.log(typeof b); function a() { } var b = function () { };

Answer

Correct Answer: function, 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