MCQs > IT & Programming > JavaScript > What does foo() return? function foo(){ var tmp = 'one_two_three_four_five' return tmp.replace(/_/g, '+'); }

JavaScript MCQs

What does foo() return? function foo(){ var tmp = 'one_two_three_four_five'; return tmp.replace(/_/g, '+'); }

Answer

Correct Answer:

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