MCQs > IT & Programming > PHP > Output of code? function testfoo() { return { test: 1 }; } alert(typeof testfoo());

PHP MCQs

What will the the output of below code? function testfoo() { return { test: 1 }; } alert(typeof testfoo());

Answer

Correct Answer: object

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it