MCQs > IT & Programming > JavaScript > Value of C? function a(){return a.caller;} function b(){return a();} c = b();

JavaScript MCQs

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

function a(){return a.caller;}
function b(){return a();}
c = b();


Answer

Correct Answer: function b(){return a();}

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