What will this code output? console.log(typeof a); console.log(typeof b); function a() { } var b = function () { };
Correct Answer: function, undefined
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More JavaScript MCQ Questions
JavaScript MCQs | Topic-wise