MCQs > IT & Programming > JavaScript > What's the output? function myFunction(param) { return arguments[1] || param; } myFunction(123, false, 'test')

JavaScript MCQs

What will the following code return? function myFunction(param) { return arguments[1] || param; } myFunction(123, false, "test")

Answer

Correct Answer: 123

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

More JavaScript MCQ Questions

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it