MCQs > IT & Programming > JavaScript > What's the output? function foo(bar) { return bar ? bar == foo : foo(foo); } var result = foo();

JavaScript MCQs

What will be the value of result? function foo(bar) { return bar ? bar == foo : foo(foo); } var result = foo();

Answer

Correct Answer: true

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