MCQs > IT & Programming > JavaScript > What does myFunc() return? var foo = 'foo' var bar = 'bar' function myFunc() { return foo + bar; }

JavaScript MCQs

Given the following code, what does myFunc() return? var foo = 'foo'; var bar = 'bar'; function myFunc() { return foo + bar; }

Answer

Correct Answer: "foobar"

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