MCQs > IT & Programming > JavaScript > function test(){ return { test:1 }; } alert(typeof test()); What will be the above alert ?

JavaScript MCQs

Consider the following snippet code:

function test(){
return
{
test:1
};
}
alert(typeof test());

What will be the above alert ?


Answer

Correct Answer: undefind

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